Html Css Color HEX #C49239 Pizza

📋 copy color: '#C49239'

red 196 ◦ green 146 ◦ blue 57

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

Shades of Pizza #C49239

Tints of Pizza #C49239

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.59%

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

R = 49.12%
G = 36.59%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C49239 (or 0xC49239) is known color: Pizza. HEX triplet: C4, 92 and 39. RGB value is (196,146,57). Sum of RGB (Red+Green+Blue) = 196+146+57=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C49239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49239 is #3B6DC6. Grayscale: #979797. Windows color (decimal): -3894727 or 3773124. OLE color: 3773124.

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

Color convert

RGB 196 146 57 -
CMYK 0 0.26 0.71 0.23
HSL 38.42º 0.55% 0.5% -
HSV(B) 38.42º 0.71% 0.77% -
XYZ 33.78 32.59 8.38 -
YUV 150.8 75.07 160.24 -
System Red Green Blue C M Y K H S L
Decimal 196 146 57 0 0.26 0.71 0.23 38.42 0.55 0.5
Hex C4 92 39 0 1A 47 17 26 37 32
Octal 304 222 71 0 32 107 27 46 67 62
Binary 11000100 10010010 111001 0 11010 1000111 10111 100110 110111 110010

Color Harmonies of #C49239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49239

Black with #C49239

Text Example


Text Example

White with #C49239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49239; }

 p { color: rgb(196,146,57); }

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

background-color css

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

 a { background-color: rgb(196,146,57); }

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

border-color css

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

 span { border-color: rgb(196,146,57); }

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