Html Css Color HEX #745D20 Horses Neck

📋 copy color: '#745D20'

red 116 ◦ green 93 ◦ blue 32

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

Shades of Horses Neck #745D20

Tints of Horses Neck #745D20

RGB

 RED value IS 116 (45.7% from 255) = 48.13%

 GREEN value IS 93 (36.72% from 255) = 38.59%

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

R = 48.13%
G = 38.59%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#745D20 (or 0x745D20) is known color: Horses Neck. HEX triplet: 74, 5D and 20. RGB value is (116,93,32). Sum of RGB (Red+Green+Blue) = 116+93+32=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #745D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D20 is #8BA2DF. Grayscale: #5D5D5D. Windows color (decimal): -9151200 or 2121076. OLE color: 2121076.

HSL color Cylindrical-coordinate representation of color #745D20: hue angle of 43.57º degrees, saturation: 0.57, 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 #745D20 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 93 32 -
CMYK 0 0.20 0.72 0.55
HSL 43.57º 0.57% 0.29% -
HSV(B) 43.57º 0.72% 0.45% -
XYZ 11.38 11.65 3.01 -
YUV 92.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 116 93 32 0 0.20 0.72 0.55 43.57 0.57 0.29
Hex 74 5D 20 0 14 48 37 2C 39 1D
Octal 164 135 40 0 24 110 67 54 71 35
Binary 1110100 1011101 100000 0 10100 1001000 110111 101100 111001 11101

Color Harmonies of #745D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D20

Black with #745D20

Text Example


Text Example

White with #745D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745D20; }

 p { color: rgb(116,93,32); }

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

background-color css

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

 a { background-color: rgb(116,93,32); }

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

border-color css

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

 span { border-color: rgb(116,93,32); }

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