#753C2F

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

Shades of Crown Of Thorns #753C2F

Tints of Crown Of Thorns #753C2F

Color information

#753C2F (or 0x753C2F) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3C and 2F. RGB value is (117,60,47). Sum of RGB (Red+Green+Blue) = 117+60+47=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #753C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C2F is #8AC3D0. Grayscale: #4B4B4B. Windows color (decimal): -9094097 or 3095669. OLE color: 3095669.

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

Color convert

RGB1176047-
CMYK00.490.600.54
HSL11.14º42.68%32.16%-
HSV(B)11.14º59.83%45.88%-
XYZ9.477.223.58-
YUV75.56111.88157.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 60 (23.83% from 255) = 26.79%
BLUE value IS 47 (18.75% from 255) = 20.98%
R=52.23%
G=26.79%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117604700.490.600.5411.1442.6832.16
Hex753C2F0313C36b2b20
Octal16574570617466135340
Binary111010111110010111101100011111001101101011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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