Html Css Color HEX #C08B35 Hokey Pokey

📋 copy color: '#C08B35'

red 192 ◦ green 139 ◦ blue 53

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

Shades of Hokey Pokey #C08B35

Tints of Hokey Pokey #C08B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.8%

R = 50%
G = 36.2%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C08B35 (or 0xC08B35) is known color: Hokey Pokey. HEX triplet: C0, 8B and 35. RGB value is (192,139,53). Sum of RGB (Red+Green+Blue) = 192+139+53=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B35 is #3F74CA. Grayscale: #919191. Windows color (decimal): -4158667 or 3509184. OLE color: 3509184.

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

Color convert

RGB 192 139 53 -
CMYK 0 0.28 0.72 0.25
HSL 37.12º 0.57% 0.48% -
HSV(B) 37.12º 0.72% 0.75% -
XYZ 31.61 29.93 7.48 -
YUV 145.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 192 139 53 0 0.28 0.72 0.25 37.12 0.57 0.48
Hex C0 8B 35 0 1C 48 19 25 39 30
Octal 300 213 65 0 34 110 31 45 71 60
Binary 11000000 10001011 110101 0 11100 1001000 11001 100101 111001 110000

Color Harmonies of #C08B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B35

Black with #C08B35

Text Example


Text Example

White with #C08B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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