Html Css Color HEX #C49939 Pizza

📋 copy color: '#C49939'

red 196 ◦ green 153 ◦ blue 57

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

Shades of Pizza #C49939

Tints of Pizza #C49939

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.68%

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

R = 48.28%
G = 37.68%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C49939 (or 0xC49939) is known color: Pizza. HEX triplet: C4, 99 and 39. RGB value is (196,153,57). Sum of RGB (Red+Green+Blue) = 196+153+57=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 57 (22.66% from 255 or 14.04% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C49939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49939 is #3B66C6. Grayscale: #9B9B9B. Windows color (decimal): -3892935 or 3774916. OLE color: 3774916.

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

Color convert

RGB 196 153 57 -
CMYK 0 0.22 0.71 0.23
HSL 41.44º 0.55% 0.5% -
HSV(B) 41.44º 0.71% 0.77% -
XYZ 34.89 34.81 8.75 -
YUV 154.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 196 153 57 0 0.22 0.71 0.23 41.44 0.55 0.5
Hex C4 99 39 0 16 47 17 29 37 32
Octal 304 231 71 0 26 107 27 51 67 62
Binary 11000100 10011001 111001 0 10110 1000111 10111 101001 110111 110010

Color Harmonies of #C49939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49939

Black with #C49939

Text Example


Text Example

White with #C49939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49939; }

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

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

background-color css

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

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

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

border-color css

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

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

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