#C08B3B

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

Shades of Pizza #C08B3B

Tints of Pizza #C08B3B

Color information

#C08B3B (or 0xC08B3B) is unknown color: approx Pizza. HEX triplet: C0, 8B and 3B. RGB value is (192,139,59). Sum of RGB (Red+Green+Blue) = 192+139+59=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B3B is #3F74C4. Grayscale: #929292. Windows color (decimal): -4158661 or 3902400. OLE color: 3902400.

HSL color Cylindrical-coordinate representation of color #C08B3B: hue angle of 36.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C08B3B is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19213959-
CMYK00.280.690.25
HSL36.09º52.99%49.22%-
HSV(B)36.09º69.27%75.29%-
XYZ31.7629.998.25-
YUV145.7379.06161-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.23%
GREEN value IS 139 (54.69% from 255) = 35.64%
BLUE value IS 59 (23.44% from 255) = 15.13%
R=49.23%
G=35.64%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921395900.280.690.2536.0952.9949.22
HexC08B3B01C4519243531
Octal3002137303410531446561
Binary1100000010001011111011011100100010111001100100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08B3B; }

 p { color: rgb(192,139,59); }

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

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

 a { background-color: rgb(192,139,59); }

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

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

 span { border-color: rgb(192,139,59); }

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