Html Css Color HEX #C38D2D Hokey Pokey

📋 copy color: '#C38D2D'

red 195 ◦ green 141 ◦ blue 45

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

Shades of Hokey Pokey #C38D2D

Tints of Hokey Pokey #C38D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.81%

R = 51.18%
G = 37.01%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C38D2D (or 0xC38D2D) is known color: Hokey Pokey. HEX triplet: C3, 8D and 2D. RGB value is (195,141,45). Sum of RGB (Red+Green+Blue) = 195+141+45=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D2D is #3C72D2. Grayscale: #929292. Windows color (decimal): -3961555 or 2985411. OLE color: 2985411.

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

Color convert

RGB 195 141 45 -
CMYK 0 0.28 0.77 0.24
HSL 38.4º 0.63% 0.47% -
HSV(B) 38.4º 0.77% 0.76% -
XYZ 32.5 30.84 6.72 -
YUV 146.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 195 141 45 0 0.28 0.77 0.24 38.4 0.63 0.47
Hex C3 8D 2D 0 1C 4D 18 26 3E 2F
Octal 303 215 55 0 34 115 30 46 76 57
Binary 11000011 10001101 101101 0 11100 1001101 11000 100110 111110 101111

Color Harmonies of #C38D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D2D

Black with #C38D2D

Text Example


Text Example

White with #C38D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D2D; }

 p { color: rgb(195,141,45); }

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

background-color css

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

 a { background-color: rgb(195,141,45); }

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

border-color css

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

 span { border-color: rgb(195,141,45); }

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