Html Css Color HEX #C08B33 Hokey Pokey

📋 copy color: '#C08B33'

red 192 ◦ green 139 ◦ blue 51

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

Shades of Hokey Pokey #C08B33

Tints of Hokey Pokey #C08B33

RGB

 RED value IS 192 (75.39% from 255) = 50.26%

 GREEN value IS 139 (54.69% from 255) = 36.39%

 BLUE value IS 51 (20.31% from 255) = 13.35%

R = 50.26%
G = 36.39%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C08B33 (or 0xC08B33) is known color: Hokey Pokey. HEX triplet: C0, 8B and 33. RGB value is (192,139,51). Sum of RGB (Red+Green+Blue) = 192+139+51=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B33 is #3F74CC. Grayscale: #919191. Windows color (decimal): -4158669 or 3378112. OLE color: 3378112.

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

Color convert

RGB 192 139 51 -
CMYK 0 0.28 0.73 0.25
HSL 37.45º 0.58% 0.48% -
HSV(B) 37.45º 0.73% 0.75% -
XYZ 31.57 29.91 7.24 -
YUV 144.82 75.06 161.66 -
System Red Green Blue C M Y K H S L
Decimal 192 139 51 0 0.28 0.73 0.25 37.45 0.58 0.48
Hex C0 8B 33 0 1C 49 19 25 3A 30
Octal 300 213 63 0 34 111 31 45 72 60
Binary 11000000 10001011 110011 0 11100 1001001 11001 100101 111010 110000

Color Harmonies of #C08B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B33

Black with #C08B33

Text Example


Text Example

White with #C08B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B33; }

 p { color: rgb(192,139,51); }

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

background-color css

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

 a { background-color: rgb(192,139,51); }

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

border-color css

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

 span { border-color: rgb(192,139,51); }

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