Html Css Color HEX #755A1F Horses Neck

📋 copy color: '#755A1F'

red 117 ◦ green 90 ◦ blue 31

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

Shades of Horses Neck #755A1F

Tints of Horses Neck #755A1F

RGB

 RED value IS 117 (46.09% from 255) = 49.16%

 GREEN value IS 90 (35.55% from 255) = 37.82%

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

R = 49.16%
G = 37.82%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#755A1F (or 0x755A1F) is known color: Horses Neck. HEX triplet: 75, 5A and 1F. RGB value is (117,90,31). Sum of RGB (Red+Green+Blue) = 117+90+31=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #755A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A1F is #8AA5E0. Grayscale: #5B5B5B. Windows color (decimal): -9086433 or 2054773. OLE color: 2054773.

HSL color Cylindrical-coordinate representation of color #755A1F: hue angle of 41.16º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #755A1F is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 31 -
CMYK 0 0.23 0.74 0.54
HSL 41.16º 0.58% 0.29% -
HSV(B) 41.16º 0.74% 0.46% -
XYZ 11.24 11.19 2.86 -
YUV 91.35 93.95 146.3 -
System Red Green Blue C M Y K H S L
Decimal 117 90 31 0 0.23 0.74 0.54 41.16 0.58 0.29
Hex 75 5A 1F 0 17 4A 36 29 3A 1D
Octal 165 132 37 0 27 112 66 51 72 35
Binary 1110101 1011010 11111 0 10111 1001010 110110 101001 111010 11101

Color Harmonies of #755A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A1F

Black with #755A1F

Text Example


Text Example

White with #755A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A1F; }

 p { color: rgb(117,90,31); }

 H1.HeaderClassName
 {
   color: #755A1F;
 }
 .AnyTagClassName
 {
   color: #755A1F;
 }
</style>

background-color css

<style>
 a { background-color: #755A1F; }

 a { background-color: rgb(117,90,31); }

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

border-color css

<style>
 span { border-color: #755A1F; }

 span { border-color: rgb(117,90,31); }

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