Html Css Color HEX #C49337 Pizza

📋 copy color: '#C49337'

red 196 ◦ green 147 ◦ blue 55

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

Shades of Pizza #C49337

Tints of Pizza #C49337

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 49.25%
G = 36.93%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C49337 (or 0xC49337) is known color: Pizza. HEX triplet: C4, 93 and 37. RGB value is (196,147,55). Sum of RGB (Red+Green+Blue) = 196+147+55=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C49337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49337 is #3B6CC8. Grayscale: #979797. Windows color (decimal): -3894473 or 3642308. OLE color: 3642308.

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

Color convert

RGB 196 147 55 -
CMYK 0 0.25 0.72 0.23
HSL 39.15º 0.56% 0.49% -
HSV(B) 39.15º 0.72% 0.77% -
XYZ 33.89 32.88 8.17 -
YUV 151.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 196 147 55 0 0.25 0.72 0.23 39.15 0.56 0.49
Hex C4 93 37 0 19 48 17 27 38 31
Octal 304 223 67 0 31 110 27 47 70 61
Binary 11000100 10010011 110111 0 11001 1001000 10111 100111 111000 110001

Color Harmonies of #C49337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49337

Black with #C49337

Text Example


Text Example

White with #C49337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49337; }

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

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

background-color css

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

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

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

border-color css

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

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

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