Html Css Color HEX #735320 Horses Neck

📋 copy color: '#735320'

red 115 ◦ green 83 ◦ blue 32

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

Shades of Horses Neck #735320

Tints of Horses Neck #735320

RGB

 RED value IS 115 (45.31% from 255) = 50%

 GREEN value IS 83 (32.81% from 255) = 36.09%

 BLUE value IS 32 (12.89% from 255) = 13.91%

R = 50%
G = 36.09%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#735320 (or 0x735320) is known color: Horses Neck. HEX triplet: 73, 53 and 20. RGB value is (115,83,32). Sum of RGB (Red+Green+Blue) = 115+83+32=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #735320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735320 is #8CACDF. Grayscale: #565656. Windows color (decimal): -9219296 or 2118515. OLE color: 2118515.

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

Color convert

RGB 115 83 32 -
CMYK 0 0.28 0.72 0.55
HSL 36.87º 0.56% 0.29% -
HSV(B) 36.87º 0.72% 0.45% -
XYZ 10.42 9.94 2.73 -
YUV 86.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 115 83 32 0 0.28 0.72 0.55 36.87 0.56 0.29
Hex 73 53 20 0 1C 48 37 25 38 1D
Octal 163 123 40 0 34 110 67 45 70 35
Binary 1110011 1010011 100000 0 11100 1001000 110111 100101 111000 11101

Color Harmonies of #735320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735320

Black with #735320

Text Example


Text Example

White with #735320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735320; }

 p { color: rgb(115,83,32); }

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

background-color css

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

 a { background-color: rgb(115,83,32); }

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

border-color css

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

 span { border-color: rgb(115,83,32); }

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