Html Css Color HEX #74552A Horses Neck

📋 copy color: '#74552A'

red 116 ◦ green 85 ◦ blue 42

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

Shades of Horses Neck #74552A

Tints of Horses Neck #74552A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.98%

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 47.74%
G = 34.98%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74552A (or 0x74552A) is known color: Horses Neck. HEX triplet: 74, 55 and 2A. RGB value is (116,85,42). Sum of RGB (Red+Green+Blue) = 116+85+42=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74552A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74552A is #8BAAD5. Grayscale: #595959. Windows color (decimal): -9153238 or 2774388. OLE color: 2774388.

HSL color Cylindrical-coordinate representation of color #74552A: hue angle of 34.86º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74552A is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 85 42 -
CMYK 0 0.27 0.64 0.55
HSL 34.86º 0.47% 0.31% -
HSV(B) 34.86º 0.64% 0.45% -
XYZ 10.87 10.38 3.62 -
YUV 89.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 116 85 42 0 0.27 0.64 0.55 34.86 0.47 0.31
Hex 74 55 2A 0 1B 40 37 23 2F 1F
Octal 164 125 52 0 33 100 67 43 57 37
Binary 1110100 1010101 101010 0 11011 1000000 110111 100011 101111 11111

Color Harmonies of #74552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74552A

Black with #74552A

Text Example


Text Example

White with #74552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74552A; }

 p { color: rgb(116,85,42); }

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

background-color css

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

 a { background-color: rgb(116,85,42); }

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

border-color css

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

 span { border-color: rgb(116,85,42); }

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