#753631

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

Shades of Crown Of Thorns #753631

Tints of Crown Of Thorns #753631

Color information

#753631 (or 0x753631) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 36 and 31. RGB value is (117,54,49). Sum of RGB (Red+Green+Blue) = 117+54+49=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #753631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753631 is #8AC9CE. Grayscale: #484848. Windows color (decimal): -9095631 or 3225205. OLE color: 3225205.

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

Color convert

RGB1175449-
CMYK00.540.580.54
HSL4.41º40.96%32.55%-
HSV(B)4.41º58.12%45.88%-
XYZ9.216.643.7-
YUV72.27114.87159.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 49 (19.53% from 255) = 22.27%
R=53.18%
G=24.55%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117544900.540.580.544.4140.9632.55
Hex7536310363A3642921
Octal1656661066726645141
Binary11101011101101100010110110111010110110100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753631; }

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

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

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

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

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

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

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

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