#753B37

Color #753B37 Crown Of Thorns (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crown Of Thorns #753B37

Tints of Crown Of Thorns #753B37

Color information

#753B37 (or 0x753B37) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3B and 37. RGB value is (117,59,55). Sum of RGB (Red+Green+Blue) = 117+59+55=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #753B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B37 is #8AC4C8. Grayscale: #4B4B4B. Windows color (decimal): -9094345 or 3619701. OLE color: 3619701.

HSL color Cylindrical-coordinate representation of color #753B37: hue angle of 3.87º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #753B37 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1175955-
CMYK00.500.530.54
HSL3.87º36.05%33.73%-
HSV(B)3.87º52.99%45.88%-
XYZ9.597.194.5-
YUV75.89116.22157.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 59 (23.44% from 255) = 25.54%
BLUE value IS 55 (21.88% from 255) = 23.81%
R=50.65%
G=25.54%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117595500.500.530.543.8736.0533.73
Hex753B37032353642422
Octal1657367062656644442
Binary11101011110111101110110010110101110110100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753B37; }

 p { color: rgb(117,59,55); }

 H1.HeaderClassName
 {
   color: #753B37;
 }
 .AnyTagClassName
 {
   color: #753B37;
 }
</style>
background-color css

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

 a { background-color: rgb(117,59,55); }

 div.DivClassName
 {
   background-color: #753B37;
 }
 .BgClassName
 {
   background-color: #753B37;
 }
</style>
border-color css

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

 span { border-color: rgb(117,59,55); }

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