Html Css Color HEX #C58D32 Hokey Pokey

📋 copy color: '#C58D32'

red 197 ◦ green 141 ◦ blue 50

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

Shades of Hokey Pokey #C58D32

Tints of Hokey Pokey #C58D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.34%

 BLUE value IS 50 (19.92% from 255) = 12.89%

R = 50.77%
G = 36.34%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C58D32 (or 0xC58D32) is known color: Hokey Pokey. HEX triplet: C5, 8D and 32. RGB value is (197,141,50). Sum of RGB (Red+Green+Blue) = 197+141+50=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D32 is #3A72CD. Grayscale: #939393. Windows color (decimal): -3830478 or 3313093. OLE color: 3313093.

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

Color convert

RGB 197 141 50 -
CMYK 0 0.28 0.75 0.23
HSL 37.14º 0.6% 0.48% -
HSV(B) 37.14º 0.75% 0.77% -
XYZ 33.13 31.15 7.28 -
YUV 147.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 197 141 50 0 0.28 0.75 0.23 37.14 0.6 0.48
Hex C5 8D 32 0 1C 4B 17 25 3C 30
Octal 305 215 62 0 34 113 27 45 74 60
Binary 11000101 10001101 110010 0 11100 1001011 10111 100101 111100 110000

Color Harmonies of #C58D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D32

Black with #C58D32

Text Example


Text Example

White with #C58D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D32; }

 p { color: rgb(197,141,50); }

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

background-color css

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

 a { background-color: rgb(197,141,50); }

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

border-color css

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

 span { border-color: rgb(197,141,50); }

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