Html Css Color HEX #C59030 Hokey Pokey

📋 copy color: '#C59030'

red 197 ◦ green 144 ◦ blue 48

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

Shades of Hokey Pokey #C59030

Tints of Hokey Pokey #C59030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.34%

R = 50.64%
G = 37.02%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C59030 (or 0xC59030) is known color: Hokey Pokey. HEX triplet: C5, 90 and 30. RGB value is (197,144,48). Sum of RGB (Red+Green+Blue) = 197+144+48=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C59030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59030 is #3A6FCF. Grayscale: #959595. Windows color (decimal): -3829712 or 3182789. OLE color: 3182789.

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

Color convert

RGB 197 144 48 -
CMYK 0 0.27 0.76 0.23
HSL 38.66º 0.61% 0.48% -
HSV(B) 38.66º 0.76% 0.77% -
XYZ 33.53 32.03 7.21 -
YUV 148.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 197 144 48 0 0.27 0.76 0.23 38.66 0.61 0.48
Hex C5 90 30 0 1B 4C 17 27 3D 30
Octal 305 220 60 0 33 114 27 47 75 60
Binary 11000101 10010000 110000 0 11011 1001100 10111 100111 111101 110000

Color Harmonies of #C59030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59030

Black with #C59030

Text Example


Text Example

White with #C59030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59030; }

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

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

background-color css

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

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

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

border-color css

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

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

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