Html Css Color HEX #C09139 Pizza

📋 copy color: '#C09139'

red 192 ◦ green 145 ◦ blue 57

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

Shades of Pizza #C09139

Tints of Pizza #C09139

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

 BLUE value IS 57 (22.66% from 255) = 14.47%

R = 48.73%
G = 36.8%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C09139 (or 0xC09139) is known color: Pizza. HEX triplet: C0, 91 and 39. RGB value is (192,145,57). Sum of RGB (Red+Green+Blue) = 192+145+57=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C09139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09139 is #3F6EC6. Grayscale: #959595. Windows color (decimal): -4157127 or 3772864. OLE color: 3772864.

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

Color convert

RGB 192 145 57 -
CMYK 0 0.24 0.70 0.25
HSL 39.11º 0.54% 0.49% -
HSV(B) 39.11º 0.7% 0.75% -
XYZ 32.6 31.75 8.28 -
YUV 149.02 76.07 158.66 -
System Red Green Blue C M Y K H S L
Decimal 192 145 57 0 0.24 0.70 0.25 39.11 0.54 0.49
Hex C0 91 39 0 18 46 19 27 36 31
Octal 300 221 71 0 30 106 31 47 66 61
Binary 11000000 10010001 111001 0 11000 1000110 11001 100111 110110 110001

Color Harmonies of #C09139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09139

Black with #C09139

Text Example


Text Example

White with #C09139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09139; }

 p { color: rgb(192,145,57); }

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

background-color css

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

 a { background-color: rgb(192,145,57); }

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

border-color css

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

 span { border-color: rgb(192,145,57); }

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