#753932

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

Shades of Crown Of Thorns #753932

Tints of Crown Of Thorns #753932

Color information

#753932 (or 0x753932) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 39 and 32. RGB value is (117,57,50). Sum of RGB (Red+Green+Blue) = 117+57+50=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #753932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753932 is #8AC6CD. Grayscale: #4A4A4A. Windows color (decimal): -9094862 or 3291509. OLE color: 3291509.

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

Color convert

RGB1175750-
CMYK00.510.570.54
HSL6.27º40.12%32.75%-
HSV(B)6.27º57.26%45.88%-
XYZ9.376.943.86-
YUV74.14114.38158.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=52.23%
G=25.45%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117575000.510.570.546.2740.1232.75
Hex753932033393662821
Octal1657162063716665041
Binary11101011110011100100110011111001110110110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753932; }

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

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

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

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

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

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

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

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