Html Css Color HEX #C49136 Pizza

📋 copy color: '#C49136'

red 196 ◦ green 145 ◦ blue 54

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

Shades of Pizza #C49136

Tints of Pizza #C49136

RGB

 RED value IS 196 (76.95% from 255) = 49.62%

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

 BLUE value IS 54 (21.48% from 255) = 13.67%

R = 49.62%
G = 36.71%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C49136 (or 0xC49136) is known color: Pizza. HEX triplet: C4, 91 and 36. RGB value is (196,145,54). Sum of RGB (Red+Green+Blue) = 196+145+54=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C49136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49136 is #3B6EC9. Grayscale: #969696. Windows color (decimal): -3894986 or 3576260. OLE color: 3576260.

HSL color Cylindrical-coordinate representation of color #C49136: hue angle of 38.45º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C49136 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 145 54 -
CMYK 0 0.26 0.72 0.23
HSL 38.45º 0.57% 0.49% -
HSV(B) 38.45º 0.72% 0.77% -
XYZ 33.56 32.25 7.95 -
YUV 149.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 196 145 54 0 0.26 0.72 0.23 38.45 0.57 0.49
Hex C4 91 36 0 1A 48 17 26 39 31
Octal 304 221 66 0 32 110 27 46 71 61
Binary 11000100 10010001 110110 0 11010 1001000 10111 100110 111001 110001

Color Harmonies of #C49136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49136

Black with #C49136

Text Example


Text Example

White with #C49136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49136; }

 p { color: rgb(196,145,54); }

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

background-color css

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

 a { background-color: rgb(196,145,54); }

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

border-color css

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

 span { border-color: rgb(196,145,54); }

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