Html Css Color HEX #C49037 Pizza

📋 copy color: '#C49037'

red 196 ◦ green 144 ◦ blue 55

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

Shades of Pizza #C49037

Tints of Pizza #C49037

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.46%

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

R = 49.62%
G = 36.46%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C49037 (or 0xC49037) is known color: Pizza. HEX triplet: C4, 90 and 37. RGB value is (196,144,55). Sum of RGB (Red+Green+Blue) = 196+144+55=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C49037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49037 is #3B6FC8. Grayscale: #959595. Windows color (decimal): -3895241 or 3641540. OLE color: 3641540.

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

Color convert

RGB 196 144 55 -
CMYK 0 0.27 0.72 0.23
HSL 37.87º 0.56% 0.49% -
HSV(B) 37.87º 0.72% 0.77% -
XYZ 33.43 31.96 8.02 -
YUV 149.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 196 144 55 0 0.27 0.72 0.23 37.87 0.56 0.49
Hex C4 90 37 0 1B 48 17 26 38 31
Octal 304 220 67 0 33 110 27 46 70 61
Binary 11000100 10010000 110111 0 11011 1001000 10111 100110 111000 110001

Color Harmonies of #C49037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49037

Black with #C49037

Text Example


Text Example

White with #C49037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49037; }

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

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

background-color css

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

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

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

border-color css

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

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

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