Html Css Color HEX #755327 Horses Neck

📋 copy color: '#755327'

red 117 ◦ green 83 ◦ blue 39

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

Shades of Horses Neck #755327

Tints of Horses Neck #755327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.32%

R = 48.95%
G = 34.73%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#755327 (or 0x755327) is known color: Horses Neck. HEX triplet: 75, 53 and 27. RGB value is (117,83,39). Sum of RGB (Red+Green+Blue) = 117+83+39=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #755327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755327 is #8AACD8. Grayscale: #585858. Windows color (decimal): -9088217 or 2577269. OLE color: 2577269.

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

Color convert

RGB 117 83 39 -
CMYK 0 0.29 0.67 0.54
HSL 33.85º 0.5% 0.31% -
HSV(B) 33.85º 0.67% 0.46% -
XYZ 10.8 10.11 3.3 -
YUV 88.15 100.26 148.58 -
System Red Green Blue C M Y K H S L
Decimal 117 83 39 0 0.29 0.67 0.54 33.85 0.5 0.31
Hex 75 53 27 0 1D 43 36 22 32 1F
Octal 165 123 47 0 35 103 66 42 62 37
Binary 1110101 1010011 100111 0 11101 1000011 110110 100010 110010 11111

Color Harmonies of #755327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755327

Black with #755327

Text Example


Text Example

White with #755327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755327; }

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

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

background-color css

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

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

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

border-color css

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

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

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