Html Css Color HEX #C49137 Pizza

📋 copy color: '#C49137'

red 196 ◦ green 145 ◦ blue 55

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

Shades of Pizza #C49137

Tints of Pizza #C49137

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.62%

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

R = 49.49%
G = 36.62%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C49137 (or 0xC49137) is known color: Pizza. HEX triplet: C4, 91 and 37. RGB value is (196,145,55). Sum of RGB (Red+Green+Blue) = 196+145+55=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 55 (21.88% from 255 or 13.89% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C49137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49137 is #3B6EC8. Grayscale: #969696. Windows color (decimal): -3894985 or 3641796. OLE color: 3641796.

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

Color convert

RGB 196 145 55 -
CMYK 0 0.26 0.72 0.23
HSL 38.3º 0.56% 0.49% -
HSV(B) 38.3º 0.72% 0.77% -
XYZ 33.58 32.26 8.07 -
YUV 149.99 74.4 160.82 -
System Red Green Blue C M Y K H S L
Decimal 196 145 55 0 0.26 0.72 0.23 38.3 0.56 0.49
Hex C4 91 37 0 1A 48 17 26 38 31
Octal 304 221 67 0 32 110 27 46 70 61
Binary 11000100 10010001 110111 0 11010 1001000 10111 100110 111000 110001

Color Harmonies of #C49137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49137

Black with #C49137

Text Example


Text Example

White with #C49137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49137; }

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

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

background-color css

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

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

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

border-color css

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

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

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