#753B33

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

Shades of Crown Of Thorns #753B33

Tints of Crown Of Thorns #753B33

Color information

#753B33 (or 0x753B33) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3B and 33. RGB value is (117,59,51). Sum of RGB (Red+Green+Blue) = 117+59+51=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #753B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B33 is #8AC4CC. Grayscale: #4B4B4B. Windows color (decimal): -9094349 or 3357557. OLE color: 3357557.

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

Color convert

RGB1175951-
CMYK00.500.560.54
HSL7.27º39.29%32.94%-
HSV(B)7.27º56.41%45.88%-
XYZ9.57.154.01-
YUV75.43114.22157.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 59 (23.44% from 255) = 25.99%
BLUE value IS 51 (20.31% from 255) = 22.47%
R=51.54%
G=25.99%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117595100.500.560.547.2739.2932.94
Hex753B33032383672721
Octal1657363062706674741
Binary11101011110111100110110010111000110110111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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