Html Css Color HEX #75581E Horses Neck

📋 copy color: '#75581E'

red 117 ◦ green 88 ◦ blue 30

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

Shades of Horses Neck #75581E

Tints of Horses Neck #75581E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.45%

 BLUE value IS 30 (12.11% from 255) = 12.77%

R = 49.79%
G = 37.45%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75581E (or 0x75581E) is known color: Horses Neck. HEX triplet: 75, 58 and 1E. RGB value is (117,88,30). Sum of RGB (Red+Green+Blue) = 117+88+30=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #75581E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75581E is #8AA7E1. Grayscale: #5A5A5A. Windows color (decimal): -9086946 or 1988725. OLE color: 1988725.

HSL color Cylindrical-coordinate representation of color #75581E: hue angle of 40º degrees, saturation: 0.59, 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 #75581E is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 88 30 -
CMYK 0 0.25 0.74 0.54
HSL 40º 0.59% 0.29% -
HSV(B) 40º 0.74% 0.46% -
XYZ 11.06 10.86 2.74 -
YUV 90.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 117 88 30 0 0.25 0.74 0.54 40 0.59 0.29
Hex 75 58 1E 0 19 4A 36 28 3B 1D
Octal 165 130 36 0 31 112 66 50 73 35
Binary 1110101 1011000 11110 0 11001 1001010 110110 101000 111011 11101

Color Harmonies of #75581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75581E

Black with #75581E

Text Example


Text Example

White with #75581E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75581E; }

 p { color: rgb(117,88,30); }

 H1.HeaderClassName
 {
   color: #75581E;
 }
 .AnyTagClassName
 {
   color: #75581E;
 }
</style>

background-color css

<style>
 a { background-color: #75581E; }

 a { background-color: rgb(117,88,30); }

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

border-color css

<style>
 span { border-color: #75581E; }

 span { border-color: rgb(117,88,30); }

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