#753633

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

Shades of Crown Of Thorns #753633

Tints of Crown Of Thorns #753633

Color information

#753633 (or 0x753633) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 36 and 33. RGB value is (117,54,51). Sum of RGB (Red+Green+Blue) = 117+54+51=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #753633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753633 is #8AC9CC. Grayscale: #484848. Windows color (decimal): -9095629 or 3356277. OLE color: 3356277.

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

Color convert

RGB1175451-
CMYK00.540.560.54
HSL2.73º39.29%32.94%-
HSV(B)2.73º56.41%45.88%-
XYZ9.256.663.93-
YUV72.5115.87159.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 51 (20.31% from 255) = 22.97%
R=52.70%
G=24.32%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117545100.540.560.542.7339.2932.94
Hex753633036383632721
Octal1656663066706634741
Binary1110101110110110011011011011100011011011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753633; }

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

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

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

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

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

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

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

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