Html Css Color HEX #74532A Horses Neck

📋 copy color: '#74532A'

red 116 ◦ green 83 ◦ blue 42

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

Shades of Horses Neck #74532A

Tints of Horses Neck #74532A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.44%

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

R = 48.13%
G = 34.44%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74532A (or 0x74532A) is known color: Horses Neck. HEX triplet: 74, 53 and 2A. RGB value is (116,83,42). Sum of RGB (Red+Green+Blue) = 116+83+42=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74532A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74532A is #8BACD5. Grayscale: #585858. Windows color (decimal): -9153750 or 2773876. OLE color: 2773876.

HSL color Cylindrical-coordinate representation of color #74532A: hue angle of 33.24º 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 #74532A is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 83 42 -
CMYK 0 0.28 0.64 0.55
HSL 33.24º 0.47% 0.31% -
HSV(B) 33.24º 0.64% 0.45% -
XYZ 10.71 10.07 3.57 -
YUV 88.19 101.93 147.83 -
System Red Green Blue C M Y K H S L
Decimal 116 83 42 0 0.28 0.64 0.55 33.24 0.47 0.31
Hex 74 53 2A 0 1C 40 37 21 2F 1F
Octal 164 123 52 0 34 100 67 41 57 37
Binary 1110100 1010011 101010 0 11100 1000000 110111 100001 101111 11111

Color Harmonies of #74532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74532A

Black with #74532A

Text Example


Text Example

White with #74532A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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