Html Css Color HEX #C49639 Pizza

📋 copy color: '#C49639'

red 196 ◦ green 150 ◦ blue 57

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

Shades of Pizza #C49639

Tints of Pizza #C49639

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.22%

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

R = 48.64%
G = 37.22%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C49639 (or 0xC49639) is known color: Pizza. HEX triplet: C4, 96 and 39. RGB value is (196,150,57). Sum of RGB (Red+Green+Blue) = 196+150+57=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C49639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49639 is #3B69C6. Grayscale: #999999. Windows color (decimal): -3893703 or 3774148. OLE color: 3774148.

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

Color convert

RGB 196 150 57 -
CMYK 0 0.23 0.71 0.23
HSL 40.14º 0.55% 0.5% -
HSV(B) 40.14º 0.71% 0.77% -
XYZ 34.41 33.84 8.59 -
YUV 153.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 196 150 57 0 0.23 0.71 0.23 40.14 0.55 0.5
Hex C4 96 39 0 17 47 17 28 37 32
Octal 304 226 71 0 27 107 27 50 67 62
Binary 11000100 10010110 111001 0 10111 1000111 10111 101000 110111 110010

Color Harmonies of #C49639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49639

Black with #C49639

Text Example


Text Example

White with #C49639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49639; }

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

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

background-color css

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

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

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

border-color css

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

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

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