Html Css Color HEX #745325 Horses Neck

📋 copy color: '#745325'

red 116 ◦ green 83 ◦ blue 37

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

Shades of Horses Neck #745325

Tints of Horses Neck #745325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.68%

R = 49.15%
G = 35.17%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#745325 (or 0x745325) is known color: Horses Neck. HEX triplet: 74, 53 and 25. RGB value is (116,83,37). Sum of RGB (Red+Green+Blue) = 116+83+37=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #745325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745325 is #8BACDA. Grayscale: #575757. Windows color (decimal): -9153755 or 2446196. OLE color: 2446196.

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

Color convert

RGB 116 83 37 -
CMYK 0 0.28 0.68 0.55
HSL 34.94º 0.52% 0.3% -
HSV(B) 34.94º 0.68% 0.45% -
XYZ 10.63 10.03 3.13 -
YUV 87.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 116 83 37 0 0.28 0.68 0.55 34.94 0.52 0.3
Hex 74 53 25 0 1C 44 37 23 34 1E
Octal 164 123 45 0 34 104 67 43 64 36
Binary 1110100 1010011 100101 0 11100 1000100 110111 100011 110100 11110

Color Harmonies of #745325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745325

Black with #745325

Text Example


Text Example

White with #745325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745325; }

 p { color: rgb(116,83,37); }

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

background-color css

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

 a { background-color: rgb(116,83,37); }

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

border-color css

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

 span { border-color: rgb(116,83,37); }

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