#753F31

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

Shades of Crown Of Thorns #753F31

Tints of Crown Of Thorns #753F31

Color information

#753F31 (or 0x753F31) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3F and 31. RGB value is (117,63,49). Sum of RGB (Red+Green+Blue) = 117+63+49=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #753F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F31 is #8AC0CE. Grayscale: #4D4D4D. Windows color (decimal): -9093327 or 3227509. OLE color: 3227509.

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

Color convert

RGB1176349-
CMYK00.460.580.54
HSL12.35º40.96%32.55%-
HSV(B)12.35º58.12%45.88%-
XYZ9.677.563.86-
YUV77.55111.89156.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 63 (25% from 255) = 27.51%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=51.09%
G=27.51%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117634900.460.580.5412.3540.9632.55
Hex753F3102E3A36c2921
Octal16577610567266145141
Binary111010111111111000101011101110101101101100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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