#753A32

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

Shades of Crown Of Thorns #753A32

Tints of Crown Of Thorns #753A32

Color information

#753A32 (or 0x753A32) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3A and 32. RGB value is (117,58,50). Sum of RGB (Red+Green+Blue) = 117+58+50=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #753A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A32 is #8AC5CD. Grayscale: #4A4A4A. Windows color (decimal): -9094606 or 3291765. OLE color: 3291765.

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

Color convert

RGB1175850-
CMYK00.500.570.54
HSL7.16º40.12%32.75%-
HSV(B)7.16º57.26%45.88%-
XYZ9.427.043.88-
YUV74.73114.05158.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=52%
G=25.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117585000.500.570.547.1640.1232.75
Hex753A32032393672821
Octal1657262062716675041
Binary11101011110101100100110010111001110110111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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