Html Css Color HEX #74572D Horses Neck

📋 copy color: '#74572D'

red 116 ◦ green 87 ◦ blue 45

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

Shades of Horses Neck #74572D

Tints of Horses Neck #74572D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.08%

 BLUE value IS 45 (17.97% from 255) = 18.15%

R = 46.77%
G = 35.08%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74572D (or 0x74572D) is known color: Horses Neck. HEX triplet: 74, 57 and 2D. RGB value is (116,87,45). Sum of RGB (Red+Green+Blue) = 116+87+45=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74572D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74572D is #8BA8D2. Grayscale: #5B5B5B. Windows color (decimal): -9152723 or 2971508. OLE color: 2971508.

HSL color Cylindrical-coordinate representation of color #74572D: hue angle of 35.49º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74572D is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 87 45 -
CMYK 0 0.25 0.61 0.55
HSL 35.49º 0.44% 0.32% -
HSV(B) 35.49º 0.61% 0.45% -
XYZ 11.08 10.72 3.97 -
YUV 90.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 116 87 45 0 0.25 0.61 0.55 35.49 0.44 0.32
Hex 74 57 2D 0 19 3D 37 23 2C 20
Octal 164 127 55 0 31 75 67 43 54 40
Binary 1110100 1010111 101101 0 11001 111101 110111 100011 101100 100000

Color Harmonies of #74572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74572D

Black with #74572D

Text Example


Text Example

White with #74572D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74572D; }

 p { color: rgb(116,87,45); }

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

background-color css

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

 a { background-color: rgb(116,87,45); }

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

border-color css

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

 span { border-color: rgb(116,87,45); }

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