Html Css Color HEX #C08B3E Pizza

📋 copy color: '#C08B3E'

red 192 ◦ green 139 ◦ blue 62

#C08B3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pizza #C08B3E

Tints of Pizza #C08B3E

RGB

 RED value IS 192 (75.39% from 255) = 48.85%

 GREEN value IS 139 (54.69% from 255) = 35.37%

 BLUE value IS 62 (24.61% from 255) = 15.78%

R = 48.85%
G = 35.37%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C08B3E (or 0xC08B3E) is known color: Pizza. HEX triplet: C0, 8B and 3E. RGB value is (192,139,62). Sum of RGB (Red+Green+Blue) = 192+139+62=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B3E is #3F74C1. Grayscale: #929292. Windows color (decimal): -4158658 or 4099008. OLE color: 4099008.

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

Color convert

RGB 192 139 62 -
CMYK 0 0.28 0.68 0.25
HSL 35.54º 0.51% 0.5% -
HSV(B) 35.54º 0.68% 0.75% -
XYZ 31.84 30.02 8.67 -
YUV 146.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 192 139 62 0 0.28 0.68 0.25 35.54 0.51 0.5
Hex C0 8B 3E 0 1C 44 19 24 33 32
Octal 300 213 76 0 34 104 31 44 63 62
Binary 11000000 10001011 111110 0 11100 1000100 11001 100100 110011 110010

Color Harmonies of #C08B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B3E

Black with #C08B3E

Text Example


Text Example

White with #C08B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B3E; }

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

 H1.HeaderClassName
 {
   color: #C08B3E;
 }
 .AnyTagClassName
 {
   color: #C08B3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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