#753C2E

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

Shades of Crown Of Thorns #753C2E

Tints of Crown Of Thorns #753C2E

Color information

#753C2E (or 0x753C2E) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3C and 2E. RGB value is (117,60,46). Sum of RGB (Red+Green+Blue) = 117+60+46=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #753C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C2E is #8AC3D1. Grayscale: #4B4B4B. Windows color (decimal): -9094098 or 3030133. OLE color: 3030133.

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

Color convert

RGB1176046-
CMYK00.490.610.54
HSL11.83º43.56%31.96%-
HSV(B)11.83º60.68%45.88%-
XYZ9.457.213.48-
YUV75.45111.38157.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 46 (18.36% from 255) = 20.63%
R=52.47%
G=26.91%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117604600.490.610.5411.8343.5631.96
Hex753C2E0313D36c2c20
Octal16574560617566145440
Binary111010111110010111001100011111011101101100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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