Html Css Color HEX #74541F Horses Neck

📋 copy color: '#74541F'

red 116 ◦ green 84 ◦ blue 31

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

Shades of Horses Neck #74541F

Tints of Horses Neck #74541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

 BLUE value IS 31 (12.5% from 255) = 13.42%

R = 50.22%
G = 36.36%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#74541F (or 0x74541F) is known color: Horses Neck. HEX triplet: 74, 54 and 1F. RGB value is (116,84,31). Sum of RGB (Red+Green+Blue) = 116+84+31=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74541F is #8BABE0. Grayscale: #575757. Windows color (decimal): -9153505 or 2053236. OLE color: 2053236.

HSL color Cylindrical-coordinate representation of color #74541F: hue angle of 37.41º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74541F is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 84 31 -
CMYK 0 0.28 0.73 0.55
HSL 37.41º 0.58% 0.29% -
HSV(B) 37.41º 0.73% 0.45% -
XYZ 10.62 10.15 2.7 -
YUV 87.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 116 84 31 0 0.28 0.73 0.55 37.41 0.58 0.29
Hex 74 54 1F 0 1C 49 37 25 3A 1D
Octal 164 124 37 0 34 111 67 45 72 35
Binary 1110100 1010100 11111 0 11100 1001001 110111 100101 111010 11101

Color Harmonies of #74541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74541F

Black with #74541F

Text Example


Text Example

White with #74541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74541F; }

 p { color: rgb(116,84,31); }

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

background-color css

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

 a { background-color: rgb(116,84,31); }

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

border-color css

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

 span { border-color: rgb(116,84,31); }

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