Html Css Color HEX #C08B2C Hokey Pokey

📋 copy color: '#C08B2C'

red 192 ◦ green 139 ◦ blue 44

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

Shades of Hokey Pokey #C08B2C

Tints of Hokey Pokey #C08B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.73%

R = 51.2%
G = 37.07%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C08B2C (or 0xC08B2C) is known color: Hokey Pokey. HEX triplet: C0, 8B and 2C. RGB value is (192,139,44). Sum of RGB (Red+Green+Blue) = 192+139+44=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B2C is #3F74D3. Grayscale: #909090. Windows color (decimal): -4158676 or 2919360. OLE color: 2919360.

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

Color convert

RGB 192 139 44 -
CMYK 0 0.28 0.77 0.25
HSL 38.51º 0.63% 0.46% -
HSV(B) 38.51º 0.77% 0.75% -
XYZ 31.43 29.85 6.49 -
YUV 144.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 192 139 44 0 0.28 0.77 0.25 38.51 0.63 0.46
Hex C0 8B 2C 0 1C 4D 19 27 3F 2E
Octal 300 213 54 0 34 115 31 47 77 56
Binary 11000000 10001011 101100 0 11100 1001101 11001 100111 111111 101110

Color Harmonies of #C08B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B2C

Black with #C08B2C

Text Example


Text Example

White with #C08B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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