Html Css Color HEX #755345 Spice

📋 copy color: '#755345'

red 117 ◦ green 83 ◦ blue 69

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

Shades of Spice #755345

Tints of Spice #755345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.65%

R = 43.49%
G = 30.86%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#755345 (or 0x755345) is known color: Spice. HEX triplet: 75, 53 and 45. RGB value is (117,83,69). Sum of RGB (Red+Green+Blue) = 117+83+69=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #755345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755345 is #8AACBA. Grayscale: #5B5B5B. Windows color (decimal): -9088187 or 4543349. OLE color: 4543349.

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

Color convert

RGB 117 83 69 -
CMYK 0 0.29 0.41 0.54
HSL 17.5º 0.26% 0.36% -
HSV(B) 17.5º 0.41% 0.46% -
XYZ 11.5 10.4 7.03 -
YUV 91.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 117 83 69 0 0.29 0.41 0.54 17.5 0.26 0.36
Hex 75 53 45 0 1D 29 36 12 1A 24
Octal 165 123 105 0 35 51 66 22 32 44
Binary 1110101 1010011 1000101 0 11101 101001 110110 10010 11010 100100

Color Harmonies of #755345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755345

Black with #755345

Text Example


Text Example

White with #755345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755345; }

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

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

background-color css

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

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

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

border-color css

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

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

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