Html Css Color HEX #C29239 Pizza

📋 copy color: '#C29239'

red 194 ◦ green 146 ◦ blue 57

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

Shades of Pizza #C29239

Tints of Pizza #C29239

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

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

R = 48.87%
G = 36.78%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C29239 (or 0xC29239) is known color: Pizza. HEX triplet: C2, 92 and 39. RGB value is (194,146,57). Sum of RGB (Red+Green+Blue) = 194+146+57=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C29239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29239 is #3D6DC6. Grayscale: #969696. Windows color (decimal): -4025799 or 3773122. OLE color: 3773122.

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

Color convert

RGB 194 146 57 -
CMYK 0 0.25 0.71 0.24
HSL 38.98º 0.55% 0.49% -
HSV(B) 38.98º 0.71% 0.76% -
XYZ 33.27 32.32 8.36 -
YUV 150.21 75.4 159.24 -
System Red Green Blue C M Y K H S L
Decimal 194 146 57 0 0.25 0.71 0.24 38.98 0.55 0.49
Hex C2 92 39 0 19 47 18 27 37 31
Octal 302 222 71 0 31 107 30 47 67 61
Binary 11000010 10010010 111001 0 11001 1000111 11000 100111 110111 110001

Color Harmonies of #C29239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29239

Black with #C29239

Text Example


Text Example

White with #C29239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29239; }

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

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

background-color css

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

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

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

border-color css

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

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

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