Html Css Color HEX #75551F Horses Neck

📋 copy color: '#75551F'

red 117 ◦ green 85 ◦ blue 31

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

Shades of Horses Neck #75551F

Tints of Horses Neck #75551F

RGB

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

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

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

R = 50.21%
G = 36.48%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75551F (or 0x75551F) is known color: Horses Neck. HEX triplet: 75, 55 and 1F. RGB value is (117,85,31). Sum of RGB (Red+Green+Blue) = 117+85+31=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75551F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75551F is #8AAAE0. Grayscale: #585858. Windows color (decimal): -9087713 or 2053493. OLE color: 2053493.

HSL color Cylindrical-coordinate representation of color #75551F: hue angle of 37.67º 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 #75551F is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 31 -
CMYK 0 0.27 0.74 0.54
HSL 37.67º 0.58% 0.29% -
HSV(B) 37.67º 0.74% 0.46% -
XYZ 10.83 10.38 2.73 -
YUV 88.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 117 85 31 0 0.27 0.74 0.54 37.67 0.58 0.29
Hex 75 55 1F 0 1B 4A 36 26 3A 1D
Octal 165 125 37 0 33 112 66 46 72 35
Binary 1110101 1010101 11111 0 11011 1001010 110110 100110 111010 11101

Color Harmonies of #75551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75551F

Black with #75551F

Text Example


Text Example

White with #75551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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