Html Css Color HEX #74571C Horses Neck

📋 copy color: '#74571C'

red 116 ◦ green 87 ◦ blue 28

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

Shades of Horses Neck #74571C

Tints of Horses Neck #74571C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.12%

R = 50.22%
G = 37.66%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74571C (or 0x74571C) is known color: Horses Neck. HEX triplet: 74, 57 and 1C. RGB value is (116,87,28). Sum of RGB (Red+Green+Blue) = 116+87+28=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74571C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74571C is #8BA8E3. Grayscale: #595959. Windows color (decimal): -9152740 or 1857396. OLE color: 1857396.

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

Color convert

RGB 116 87 28 -
CMYK 0 0.25 0.76 0.55
HSL 40.23º 0.61% 0.28% -
HSV(B) 40.23º 0.76% 0.45% -
XYZ 10.82 10.61 2.58 -
YUV 88.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 116 87 28 0 0.25 0.76 0.55 40.23 0.61 0.28
Hex 74 57 1C 0 19 4C 37 28 3D 1C
Octal 164 127 34 0 31 114 67 50 75 34
Binary 1110100 1010111 11100 0 11001 1001100 110111 101000 111101 11100

Color Harmonies of #74571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74571C

Black with #74571C

Text Example


Text Example

White with #74571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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