Html Css Color HEX #C28B32 Hokey Pokey

📋 copy color: '#C28B32'

red 194 ◦ green 139 ◦ blue 50

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

Shades of Hokey Pokey #C28B32

Tints of Hokey Pokey #C28B32

RGB

 RED value IS 194 (76.17% from 255) = 50.65%

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

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

R = 50.65%
G = 36.29%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C28B32 (or 0xC28B32) is known color: Hokey Pokey. HEX triplet: C2, 8B and 32. RGB value is (194,139,50). Sum of RGB (Red+Green+Blue) = 194+139+50=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28B32 is #3D74CD. Grayscale: #919191. Windows color (decimal): -4027598 or 3312578. OLE color: 3312578.

HSL color Cylindrical-coordinate representation of color #C28B32: hue angle of 37.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C28B32 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 139 50 -
CMYK 0 0.28 0.74 0.24
HSL 37.08º 0.59% 0.48% -
HSV(B) 37.08º 0.74% 0.76% -
XYZ 32.06 30.16 7.15 -
YUV 145.3 74.22 162.74 -
System Red Green Blue C M Y K H S L
Decimal 194 139 50 0 0.28 0.74 0.24 37.08 0.59 0.48
Hex C2 8B 32 0 1C 4A 18 25 3B 30
Octal 302 213 62 0 34 112 30 45 73 60
Binary 11000010 10001011 110010 0 11100 1001010 11000 100101 111011 110000

Color Harmonies of #C28B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B32

Black with #C28B32

Text Example


Text Example

White with #C28B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B32; }

 p { color: rgb(194,139,50); }

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

background-color css

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

 a { background-color: rgb(194,139,50); }

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

border-color css

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

 span { border-color: rgb(194,139,50); }

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