#753C30

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

Shades of Crown Of Thorns #753C30

Tints of Crown Of Thorns #753C30

Color information

#753C30 (or 0x753C30) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3C and 30. RGB value is (117,60,48). Sum of RGB (Red+Green+Blue) = 117+60+48=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #753C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C30 is #8AC3CF. Grayscale: #4B4B4B. Windows color (decimal): -9094096 or 3161205. OLE color: 3161205.

HSL color Cylindrical-coordinate representation of color #753C30: hue angle of 10.43º 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 #753C30 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1176048-
CMYK00.490.590.54
HSL10.43º41.82%32.35%-
HSV(B)10.43º58.97%45.88%-
XYZ9.497.233.69-
YUV75.68112.38157.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=52%
G=26.67%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117604800.490.590.5410.4341.8232.35
Hex753C300313B36a2a20
Octal16574600617366125240
Binary111010111110011000001100011110111101101010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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