Html Css Color HEX #74532B Horses Neck

📋 copy color: '#74532B'

red 116 ◦ green 83 ◦ blue 43

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

Shades of Horses Neck #74532B

Tints of Horses Neck #74532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.77%

R = 47.93%
G = 34.3%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#74532B (or 0x74532B) is known color: Horses Neck. HEX triplet: 74, 53 and 2B. RGB value is (116,83,43). Sum of RGB (Red+Green+Blue) = 116+83+43=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74532B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74532B is #8BACD4. Grayscale: #585858. Windows color (decimal): -9153749 or 2839412. OLE color: 2839412.

HSL color Cylindrical-coordinate representation of color #74532B: hue angle of 32.88º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74532B is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 83 43 -
CMYK 0 0.28 0.63 0.55
HSL 32.88º 0.46% 0.31% -
HSV(B) 32.88º 0.63% 0.45% -
XYZ 10.73 10.07 3.66 -
YUV 88.31 102.43 147.75 -
System Red Green Blue C M Y K H S L
Decimal 116 83 43 0 0.28 0.63 0.55 32.88 0.46 0.31
Hex 74 53 2B 0 1C 3F 37 21 2E 1F
Octal 164 123 53 0 34 77 67 41 56 37
Binary 1110100 1010011 101011 0 11100 111111 110111 100001 101110 11111

Color Harmonies of #74532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74532B

Black with #74532B

Text Example


Text Example

White with #74532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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