#753B35

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

Shades of Crown Of Thorns #753B35

Tints of Crown Of Thorns #753B35

Color information

#753B35 (or 0x753B35) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3B and 35. RGB value is (117,59,53). Sum of RGB (Red+Green+Blue) = 117+59+53=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #753B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B35 is #8AC4CA. Grayscale: #4B4B4B. Windows color (decimal): -9094347 or 3488629. OLE color: 3488629.

HSL color Cylindrical-coordinate representation of color #753B35: hue angle of 5.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #753B35 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB1175953-
CMYK00.500.550.54
HSL5.62º37.65%33.33%-
HSV(B)5.62º54.7%45.88%-
XYZ9.547.174.25-
YUV75.66115.22157.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 59 (23.44% from 255) = 25.76%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=51.09%
G=25.76%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117595300.500.550.545.6237.6533.33
Hex753B35032373662621
Octal1657365062676664641
Binary11101011110111101010110010110111110110110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,59,53); }

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

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

 a { background-color: rgb(117,59,53); }

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

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

 span { border-color: rgb(117,59,53); }

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