#753C2D

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

Shades of Crown Of Thorns #753C2D

Tints of Crown Of Thorns #753C2D

Color information

#753C2D (or 0x753C2D) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3C and 2D. RGB value is (117,60,45). Sum of RGB (Red+Green+Blue) = 117+60+45=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #753C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C2D is #8AC3D2. Grayscale: #4B4B4B. Windows color (decimal): -9094099 or 2964597. OLE color: 2964597.

HSL color Cylindrical-coordinate representation of color #753C2D: hue angle of 12.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753C2D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1176045-
CMYK00.490.620.54
HSL12.5º44.44%31.76%-
HSV(B)12.5º61.54%45.88%-
XYZ9.437.23.38-
YUV75.33110.88157.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 60 (23.83% from 255) = 27.03%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=52.70%
G=27.03%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117604500.490.620.5412.544.4431.76
Hex753C2D0313E36c2c20
Octal16574550617666145440
Binary111010111110010110101100011111101101101100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753C2D; }

 p { color: rgb(117,60,45); }

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

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

 a { background-color: rgb(117,60,45); }

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

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

 span { border-color: rgb(117,60,45); }

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