Html Css Color HEX #C39135 Hokey Pokey

📋 copy color: '#C39135'

red 195 ◦ green 145 ◦ blue 53

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

Shades of Hokey Pokey #C39135

Tints of Hokey Pokey #C39135

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.9%

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

R = 49.62%
G = 36.9%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C39135 (or 0xC39135) is known color: Hokey Pokey. HEX triplet: C3, 91 and 35. RGB value is (195,145,53). Sum of RGB (Red+Green+Blue) = 195+145+53=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C39135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39135 is #3C6ECA. Grayscale: #959595. Windows color (decimal): -3960523 or 3510723. OLE color: 3510723.

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

Color convert

RGB 195 145 53 -
CMYK 0 0.26 0.73 0.24
HSL 38.87º 0.57% 0.49% -
HSV(B) 38.87º 0.73% 0.76% -
XYZ 33.27 32.11 7.81 -
YUV 149.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 195 145 53 0 0.26 0.73 0.24 38.87 0.57 0.49
Hex C3 91 35 0 1A 49 18 27 39 31
Octal 303 221 65 0 32 111 30 47 71 61
Binary 11000011 10010001 110101 0 11010 1001001 11000 100111 111001 110001

Color Harmonies of #C39135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39135

Black with #C39135

Text Example


Text Example

White with #C39135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39135; }

 p { color: rgb(195,145,53); }

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

background-color css

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

 a { background-color: rgb(195,145,53); }

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

border-color css

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

 span { border-color: rgb(195,145,53); }

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