Html Css Color HEX #725221 Horses Neck

📋 copy color: '#725221'

red 114 ◦ green 82 ◦ blue 33

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

Shades of Horses Neck #725221

Tints of Horses Neck #725221

RGB

 RED value IS 114 (44.92% from 255) = 49.78%

 GREEN value IS 82 (32.42% from 255) = 35.81%

 BLUE value IS 33 (13.28% from 255) = 14.41%

R = 49.78%
G = 35.81%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#725221 (or 0x725221) is known color: Horses Neck. HEX triplet: 72, 52 and 21. RGB value is (114,82,33). Sum of RGB (Red+Green+Blue) = 114+82+33=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #725221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725221 is #8DADDE. Grayscale: #565656. Windows color (decimal): -9285087 or 2183794. OLE color: 2183794.

HSL color Cylindrical-coordinate representation of color #725221: hue angle of 36.3º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #725221 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 82 33 -
CMYK 0 0.28 0.71 0.55
HSL 36.3º 0.55% 0.29% -
HSV(B) 36.3º 0.71% 0.45% -
XYZ 10.23 9.72 2.78 -
YUV 85.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 114 82 33 0 0.28 0.71 0.55 36.3 0.55 0.29
Hex 72 52 21 0 1C 47 37 24 37 1D
Octal 162 122 41 0 34 107 67 44 67 35
Binary 1110010 1010010 100001 0 11100 1000111 110111 100100 110111 11101

Color Harmonies of #725221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725221

Black with #725221

Text Example


Text Example

White with #725221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725221; }

 p { color: rgb(114,82,33); }

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

background-color css

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

 a { background-color: rgb(114,82,33); }

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

border-color css

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

 span { border-color: rgb(114,82,33); }

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