#753A31

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

Shades of Crown Of Thorns #753A31

Tints of Crown Of Thorns #753A31

Color information

#753A31 (or 0x753A31) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3A and 31. RGB value is (117,58,49). Sum of RGB (Red+Green+Blue) = 117+58+49=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #753A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A31 is #8AC5CE. Grayscale: #4A4A4A. Windows color (decimal): -9094607 or 3226229. OLE color: 3226229.

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

Color convert

RGB1175849-
CMYK00.500.580.54
HSL7.94º40.96%32.55%-
HSV(B)7.94º58.12%45.88%-
XYZ9.47.033.77-
YUV74.61113.55158.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 58 (23.05% from 255) = 25.89%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=52.23%
G=25.89%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117584900.500.580.547.9440.9632.55
Hex753A310323A3682921
Octal16572610627266105141
Binary111010111101011000101100101110101101101000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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