#753831

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

Shades of Crown Of Thorns #753831

Tints of Crown Of Thorns #753831

Color information

#753831 (or 0x753831) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 38 and 31. RGB value is (117,56,49). Sum of RGB (Red+Green+Blue) = 117+56+49=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #753831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753831 is #8AC7CE. Grayscale: #494949. Windows color (decimal): -9095119 or 3225717. OLE color: 3225717.

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

Color convert

RGB1175649-
CMYK00.520.580.54
HSL6.18º40.96%32.55%-
HSV(B)6.18º58.12%45.88%-
XYZ9.36.833.73-
YUV73.44114.21159.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=52.70%
G=25.23%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117564900.520.580.546.1840.9632.55
Hex7538310343A3662921
Octal1657061064726665141
Binary11101011110001100010110100111010110110110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753831; }

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

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

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

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

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

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

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

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