Html Css Color HEX #C29539 Pizza

📋 copy color: '#C29539'

red 194 ◦ green 149 ◦ blue 57

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

Shades of Pizza #C29539

Tints of Pizza #C29539

RGB

 RED value IS 194 (76.17% from 255) = 48.5%

 GREEN value IS 149 (58.59% from 255) = 37.25%

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

R = 48.5%
G = 37.25%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C29539 (or 0xC29539) is known color: Pizza. HEX triplet: C2, 95 and 39. RGB value is (194,149,57). Sum of RGB (Red+Green+Blue) = 194+149+57=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 57 (22.66% from 255 or 14.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C29539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29539 is #3D6AC6. Grayscale: #989898. Windows color (decimal): -4025031 or 3773890. OLE color: 3773890.

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

Color convert

RGB 194 149 57 -
CMYK 0 0.23 0.71 0.24
HSL 40.29º 0.55% 0.49% -
HSV(B) 40.29º 0.71% 0.76% -
XYZ 33.73 33.26 8.51 -
YUV 151.97 74.41 157.98 -
System Red Green Blue C M Y K H S L
Decimal 194 149 57 0 0.23 0.71 0.24 40.29 0.55 0.49
Hex C2 95 39 0 17 47 18 28 37 31
Octal 302 225 71 0 27 107 30 50 67 61
Binary 11000010 10010101 111001 0 10111 1000111 11000 101000 110111 110001

Color Harmonies of #C29539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29539

Black with #C29539

Text Example


Text Example

White with #C29539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29539; }

 p { color: rgb(194,149,57); }

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

background-color css

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

 a { background-color: rgb(194,149,57); }

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

border-color css

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

 span { border-color: rgb(194,149,57); }

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