Html Css Color HEX #755326 Horses Neck

📋 copy color: '#755326'

red 117 ◦ green 83 ◦ blue 38

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

Shades of Horses Neck #755326

Tints of Horses Neck #755326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.97%

R = 49.16%
G = 34.87%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#755326 (or 0x755326) is known color: Horses Neck. HEX triplet: 75, 53 and 26. RGB value is (117,83,38). Sum of RGB (Red+Green+Blue) = 117+83+38=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #755326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755326 is #8AACD9. Grayscale: #585858. Windows color (decimal): -9088218 or 2511733. OLE color: 2511733.

HSL color Cylindrical-coordinate representation of color #755326: hue angle of 34.18º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #755326 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 38 -
CMYK 0 0.29 0.68 0.54
HSL 34.18º 0.51% 0.3% -
HSV(B) 34.18º 0.68% 0.46% -
XYZ 10.78 10.11 3.22 -
YUV 88.04 99.76 148.66 -
System Red Green Blue C M Y K H S L
Decimal 117 83 38 0 0.29 0.68 0.54 34.18 0.51 0.3
Hex 75 53 26 0 1D 44 36 22 33 1E
Octal 165 123 46 0 35 104 66 42 63 36
Binary 1110101 1010011 100110 0 11101 1000100 110110 100010 110011 11110

Color Harmonies of #755326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755326

Black with #755326

Text Example


Text Example

White with #755326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755326; }

 p { color: rgb(117,83,38); }

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

background-color css

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

 a { background-color: rgb(117,83,38); }

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

border-color css

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

 span { border-color: rgb(117,83,38); }

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