Html Css Color HEX #C49437 Pizza

📋 copy color: '#C49437'

red 196 ◦ green 148 ◦ blue 55

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

Shades of Pizza #C49437

Tints of Pizza #C49437

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

 BLUE value IS 55 (21.88% from 255) = 13.78%

R = 49.12%
G = 37.09%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C49437 (or 0xC49437) is known color: Pizza. HEX triplet: C4, 94 and 37. RGB value is (196,148,55). Sum of RGB (Red+Green+Blue) = 196+148+55=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C49437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49437 is #3B6BC8. Grayscale: #989898. Windows color (decimal): -3894217 or 3642564. OLE color: 3642564.

HSL color Cylindrical-coordinate representation of color #C49437: hue angle of 39.57º degrees, saturation: 0.56, 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 #C49437 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 148 55 -
CMYK 0 0.24 0.72 0.23
HSL 39.57º 0.56% 0.49% -
HSV(B) 39.57º 0.72% 0.77% -
XYZ 34.04 33.19 8.23 -
YUV 151.75 73.4 159.56 -
System Red Green Blue C M Y K H S L
Decimal 196 148 55 0 0.24 0.72 0.23 39.57 0.56 0.49
Hex C4 94 37 0 18 48 17 28 38 31
Octal 304 224 67 0 30 110 27 50 70 61
Binary 11000100 10010100 110111 0 11000 1001000 10111 101000 111000 110001

Color Harmonies of #C49437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49437

Black with #C49437

Text Example


Text Example

White with #C49437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49437; }

 p { color: rgb(196,148,55); }

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

background-color css

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

 a { background-color: rgb(196,148,55); }

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

border-color css

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

 span { border-color: rgb(196,148,55); }

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