Html Css Color HEX #C18B2D Hokey Pokey

📋 copy color: '#C18B2D'

red 193 ◦ green 139 ◦ blue 45

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

Shades of Hokey Pokey #C18B2D

Tints of Hokey Pokey #C18B2D

RGB

 RED value IS 193 (75.78% from 255) = 51.19%

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

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

R = 51.19%
G = 36.87%
B = 11.94%

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

#C18B2D (or 0xC18B2D) is known color: Hokey Pokey. HEX triplet: C1, 8B and 2D. RGB value is (193,139,45). Sum of RGB (Red+Green+Blue) = 193+139+45=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18B2D is #3E74D2. Grayscale: #909090. Windows color (decimal): -4093139 or 2984897. OLE color: 2984897.

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

Color convert

RGB 193 139 45 -
CMYK 0 0.28 0.77 0.24
HSL 38.11º 0.62% 0.47% -
HSV(B) 38.11º 0.77% 0.76% -
XYZ 31.7 29.99 6.6 -
YUV 144.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 193 139 45 0 0.28 0.77 0.24 38.11 0.62 0.47
Hex C1 8B 2D 0 1C 4D 18 26 3E 2F
Octal 301 213 55 0 34 115 30 46 76 57
Binary 11000001 10001011 101101 0 11100 1001101 11000 100110 111110 101111

Color Harmonies of #C18B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18B2D

Black with #C18B2D

Text Example


Text Example

White with #C18B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18B2D; }

 p { color: rgb(193,139,45); }

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

background-color css

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

 a { background-color: rgb(193,139,45); }

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

border-color css

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

 span { border-color: rgb(193,139,45); }

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