#753F37

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

Shades of Crown Of Thorns #753F37

Tints of Crown Of Thorns #753F37

Color information

#753F37 (or 0x753F37) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3F and 37. RGB value is (117,63,55). Sum of RGB (Red+Green+Blue) = 117+63+55=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F37 is #8AC0C8. Grayscale: #4E4E4E. Windows color (decimal): -9093321 or 3620725. OLE color: 3620725.

HSL color Cylindrical-coordinate representation of color #753F37: hue angle of 7.74º 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 #753F37 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1176355-
CMYK00.460.530.54
HSL7.74º36.05%33.73%-
HSV(B)7.74º52.99%45.88%-
XYZ9.87.614.57-
YUV78.23114.89155.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 55 (21.88% from 255) = 23.40%
R=49.79%
G=26.81%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117635500.460.530.547.7436.0533.73
Hex753F3702E353682422
Octal16577670566566104442
Binary111010111111111011101011101101011101101000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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