#C38A3A

Color #C38A3A Pizza (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pizza #C38A3A

Tints of Pizza #C38A3A

Color information

#C38A3A (or 0xC38A3A) is unknown color: approx Pizza. HEX triplet: C3, 8A and 3A. RGB value is (195,138,58). Sum of RGB (Red+Green+Blue) = 195+138+58=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A3A is #3C75C5. Grayscale: #929292. Windows color (decimal): -3962310 or 3836611. OLE color: 3836611.

HSL color Cylindrical-coordinate representation of color #C38A3A: hue angle of 35.04º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C38A3A is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19513858-
CMYK00.290.700.24
HSL35.04º54.15%49.61%-
HSV(B)35.04º70.26%76.47%-
XYZ32.3630.088.1-
YUV145.9278.38163-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 49.87%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 58 (23.05% from 255) = 14.83%
R=49.87%
G=35.29%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951385800.290.700.2435.0454.1549.61
HexC38A3A01D4618233632
Octal3032127203510630436662
Binary1100001110001010111010011101100011011000100011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38A3A; }

 p { color: rgb(195,138,58); }

 H1.HeaderClassName
 {
   color: #C38A3A;
 }
 .AnyTagClassName
 {
   color: #C38A3A;
 }
</style>
background-color css

<style>
 a { background-color: #C38A3A; }

 a { background-color: rgb(195,138,58); }

 div.DivClassName
 {
   background-color: #C38A3A;
 }
 .BgClassName
 {
   background-color: #C38A3A;
 }
</style>
border-color css

<style>
 span { border-color: #C38A3A; }

 span { border-color: rgb(195,138,58); }

 td.TdClassName
 {
   border-color: #C38A3A;
 }
 .TagClassName
 {
   border-color: #C38A3A;
 }
</style>