Html Css Color HEX #C08B30 Hokey Pokey

📋 copy color: '#C08B30'

red 192 ◦ green 139 ◦ blue 48

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

Shades of Hokey Pokey #C08B30

Tints of Hokey Pokey #C08B30

RGB

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

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

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

R = 50.66%
G = 36.68%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C08B30 (or 0xC08B30) is known color: Hokey Pokey. HEX triplet: C0, 8B and 30. RGB value is (192,139,48). Sum of RGB (Red+Green+Blue) = 192+139+48=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B30 is #3F74CF. Grayscale: #909090. Windows color (decimal): -4158672 or 3181504. OLE color: 3181504.

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

Color convert

RGB 192 139 48 -
CMYK 0 0.28 0.75 0.25
HSL 37.92º 0.6% 0.47% -
HSV(B) 37.92º 0.75% 0.75% -
XYZ 31.5 29.89 6.9 -
YUV 144.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 192 139 48 0 0.28 0.75 0.25 37.92 0.6 0.47
Hex C0 8B 30 0 1C 4B 19 26 3C 2F
Octal 300 213 60 0 34 113 31 46 74 57
Binary 11000000 10001011 110000 0 11100 1001011 11001 100110 111100 101111

Color Harmonies of #C08B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B30

Black with #C08B30

Text Example


Text Example

White with #C08B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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