Html Css Color HEX #74582D Horses Neck

📋 copy color: '#74582D'

red 116 ◦ green 88 ◦ blue 45

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

Shades of Horses Neck #74582D

Tints of Horses Neck #74582D

RGB

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

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

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

R = 46.59%
G = 35.34%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74582D (or 0x74582D) is known color: Horses Neck. HEX triplet: 74, 58 and 2D. RGB value is (116,88,45). Sum of RGB (Red+Green+Blue) = 116+88+45=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #74582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74582D is #8BA7D2. Grayscale: #5B5B5B. Windows color (decimal): -9152467 or 2971764. OLE color: 2971764.

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

Color convert

RGB 116 88 45 -
CMYK 0 0.24 0.61 0.55
HSL 36.34º 0.44% 0.32% -
HSV(B) 36.34º 0.61% 0.45% -
XYZ 11.17 10.88 3.99 -
YUV 91.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 116 88 45 0 0.24 0.61 0.55 36.34 0.44 0.32
Hex 74 58 2D 0 18 3D 37 24 2C 20
Octal 164 130 55 0 30 75 67 44 54 40
Binary 1110100 1011000 101101 0 11000 111101 110111 100100 101100 100000

Color Harmonies of #74582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74582D

Black with #74582D

Text Example


Text Example

White with #74582D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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