#753930

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

Shades of Crown Of Thorns #753930

Tints of Crown Of Thorns #753930

Color information

#753930 (or 0x753930) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 39 and 30. RGB value is (117,57,48). Sum of RGB (Red+Green+Blue) = 117+57+48=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #753930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753930 is #8AC6CF. Grayscale: #4A4A4A. Windows color (decimal): -9094864 or 3160437. OLE color: 3160437.

HSL color Cylindrical-coordinate representation of color #753930: hue angle of 7.83º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #753930 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1175748-
CMYK00.510.590.54
HSL7.83º41.82%32.35%-
HSV(B)7.83º58.97%45.88%-
XYZ9.336.923.64-
YUV73.91113.38158.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 48 (19.14% from 255) = 21.62%
R=52.70%
G=25.68%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117574800.510.590.547.8341.8232.35
Hex7539300333B3682a20
Octal16571600637366105240
Binary111010111100111000001100111110111101101000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753930; }

 p { color: rgb(117,57,48); }

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

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

 a { background-color: rgb(117,57,48); }

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

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

 span { border-color: rgb(117,57,48); }

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