Html Css Color HEX #C39A34 Hokey Pokey

📋 copy color: '#C39A34'

red 195 ◦ green 154 ◦ blue 52

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

Shades of Hokey Pokey #C39A34

Tints of Hokey Pokey #C39A34

RGB

 RED value IS 195 (76.56% from 255) = 48.63%

 GREEN value IS 154 (60.55% from 255) = 38.4%

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

R = 48.63%
G = 38.4%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C39A34 (or 0xC39A34) is known color: Hokey Pokey. HEX triplet: C3, 9A and 34. RGB value is (195,154,52). Sum of RGB (Red+Green+Blue) = 195+154+52=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39A34 is #3C65CB. Grayscale: #9B9B9B. Windows color (decimal): -3958220 or 3447491. OLE color: 3447491.

HSL color Cylindrical-coordinate representation of color #C39A34: hue angle of 42.8º 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 #C39A34 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 154 52 -
CMYK 0 0.21 0.73 0.24
HSL 42.8º 0.58% 0.48% -
HSV(B) 42.8º 0.73% 0.76% -
XYZ 34.68 34.96 8.17 -
YUV 154.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 195 154 52 0 0.21 0.73 0.24 42.8 0.58 0.48
Hex C3 9A 34 0 15 49 18 2B 3A 30
Octal 303 232 64 0 25 111 30 53 72 60
Binary 11000011 10011010 110100 0 10101 1001001 11000 101011 111010 110000

Color Harmonies of #C39A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39A34

Black with #C39A34

Text Example


Text Example

White with #C39A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39A34; }

 p { color: rgb(195,154,52); }

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

background-color css

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

 a { background-color: rgb(195,154,52); }

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

border-color css

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

 span { border-color: rgb(195,154,52); }

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