Html Css Color HEX #C28D34 Hokey Pokey

📋 copy color: '#C28D34'

red 194 ◦ green 141 ◦ blue 52

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

Shades of Hokey Pokey #C28D34

Tints of Hokey Pokey #C28D34

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.43%

 BLUE value IS 52 (20.7% from 255) = 13.44%

R = 50.13%
G = 36.43%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C28D34 (or 0xC28D34) is known color: Hokey Pokey. HEX triplet: C2, 8D and 34. RGB value is (194,141,52). Sum of RGB (Red+Green+Blue) = 194+141+52=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28D34 is #3D72CB. Grayscale: #939393. Windows color (decimal): -4027084 or 3444162. OLE color: 3444162.

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

Color convert

RGB 194 141 52 -
CMYK 0 0.27 0.73 0.24
HSL 37.61º 0.58% 0.48% -
HSV(B) 37.61º 0.73% 0.76% -
XYZ 32.39 30.77 7.48 -
YUV 146.7 74.56 161.74 -
System Red Green Blue C M Y K H S L
Decimal 194 141 52 0 0.27 0.73 0.24 37.61 0.58 0.48
Hex C2 8D 34 0 1B 49 18 26 3A 30
Octal 302 215 64 0 33 111 30 46 72 60
Binary 11000010 10001101 110100 0 11011 1001001 11000 100110 111010 110000

Color Harmonies of #C28D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D34

Black with #C28D34

Text Example


Text Example

White with #C28D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D34; }

 p { color: rgb(194,141,52); }

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

background-color css

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

 a { background-color: rgb(194,141,52); }

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

border-color css

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

 span { border-color: rgb(194,141,52); }

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