Html Css Color HEX #C59034 Pizza

📋 copy color: '#C59034'

red 197 ◦ green 144 ◦ blue 52

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

Shades of Pizza #C59034

Tints of Pizza #C59034

RGB

 RED value IS 197 (77.34% from 255) = 50.13%

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

 BLUE value IS 52 (20.7% from 255) = 13.23%

R = 50.13%
G = 36.64%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C59034 (or 0xC59034) is known color: Pizza. HEX triplet: C5, 90 and 34. RGB value is (197,144,52). Sum of RGB (Red+Green+Blue) = 197+144+52=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C59034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59034 is #3A6FCB. Grayscale: #959595. Windows color (decimal): -3829708 or 3444933. OLE color: 3444933.

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

Color convert

RGB 197 144 52 -
CMYK 0 0.27 0.74 0.23
HSL 38.07º 0.58% 0.49% -
HSV(B) 38.07º 0.74% 0.77% -
XYZ 33.62 32.06 7.67 -
YUV 149.36 73.06 161.98 -
System Red Green Blue C M Y K H S L
Decimal 197 144 52 0 0.27 0.74 0.23 38.07 0.58 0.49
Hex C5 90 34 0 1B 4A 17 26 3A 31
Octal 305 220 64 0 33 112 27 46 72 61
Binary 11000101 10010000 110100 0 11011 1001010 10111 100110 111010 110001

Color Harmonies of #C59034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59034

Black with #C59034

Text Example


Text Example

White with #C59034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59034; }

 p { color: rgb(197,144,52); }

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

background-color css

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

 a { background-color: rgb(197,144,52); }

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

border-color css

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

 span { border-color: rgb(197,144,52); }

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