Html Css Color HEX #C49035 Pizza

📋 copy color: '#C49035'

red 196 ◦ green 144 ◦ blue 53

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

Shades of Pizza #C49035

Tints of Pizza #C49035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.49%

R = 49.87%
G = 36.64%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C49035 (or 0xC49035) is known color: Pizza. HEX triplet: C4, 90 and 35. RGB value is (196,144,53). Sum of RGB (Red+Green+Blue) = 196+144+53=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C49035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49035 is #3B6FCA. Grayscale: #959595. Windows color (decimal): -3895243 or 3510468. OLE color: 3510468.

HSL color Cylindrical-coordinate representation of color #C49035: hue angle of 38.18º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C49035 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 144 53 -
CMYK 0 0.27 0.73 0.23
HSL 38.18º 0.57% 0.49% -
HSV(B) 38.18º 0.73% 0.77% -
XYZ 33.38 31.94 7.77 -
YUV 149.17 73.73 161.4 -
System Red Green Blue C M Y K H S L
Decimal 196 144 53 0 0.27 0.73 0.23 38.18 0.57 0.49
Hex C4 90 35 0 1B 49 17 26 39 31
Octal 304 220 65 0 33 111 27 46 71 61
Binary 11000100 10010000 110101 0 11011 1001001 10111 100110 111001 110001

Color Harmonies of #C49035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49035

Black with #C49035

Text Example


Text Example

White with #C49035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49035; }

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

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

background-color css

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

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

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

border-color css

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

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

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