Html Css Color HEX #745825 Horses Neck

📋 copy color: '#745825'

red 116 ◦ green 88 ◦ blue 37

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

Shades of Horses Neck #745825

Tints of Horses Neck #745825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

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

R = 48.13%
G = 36.51%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#745825 (or 0x745825) is known color: Horses Neck. HEX triplet: 74, 58 and 25. RGB value is (116,88,37). Sum of RGB (Red+Green+Blue) = 116+88+37=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #745825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745825 is #8BA7DA. Grayscale: #5A5A5A. Windows color (decimal): -9152475 or 2447476. OLE color: 2447476.

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

Color convert

RGB 116 88 37 -
CMYK 0 0.24 0.68 0.55
HSL 38.73º 0.52% 0.3% -
HSV(B) 38.73º 0.68% 0.45% -
XYZ 11.03 10.83 3.26 -
YUV 90.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 116 88 37 0 0.24 0.68 0.55 38.73 0.52 0.3
Hex 74 58 25 0 18 44 37 27 34 1E
Octal 164 130 45 0 30 104 67 47 64 36
Binary 1110100 1011000 100101 0 11000 1000100 110111 100111 110100 11110

Color Harmonies of #745825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745825

Black with #745825

Text Example


Text Example

White with #745825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745825; }

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

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

background-color css

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

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

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

border-color css

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

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

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