#753F35

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

Shades of Crown Of Thorns #753F35

Tints of Crown Of Thorns #753F35

Color information

#753F35 (or 0x753F35) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3F and 35. RGB value is (117,63,53). Sum of RGB (Red+Green+Blue) = 117+63+53=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #753F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F35 is #8AC0CA. Grayscale: #4E4E4E. Windows color (decimal): -9093323 or 3489653. OLE color: 3489653.

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

Color convert

RGB1176353-
CMYK00.460.550.54
HSL9.38º37.65%33.33%-
HSV(B)9.38º54.7%45.88%-
XYZ9.767.594.32-
YUV78.01113.89155.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 53 (21.09% from 255) = 22.75%
R=50.21%
G=27.04%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117635300.460.550.549.3837.6533.33
Hex753F3502E373692621
Octal16577650566766114641
Binary111010111111111010101011101101111101101001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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