#753D39

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

Shades of Crown Of Thorns #753D39

Tints of Crown Of Thorns #753D39

Color information

#753D39 (or 0x753D39) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3D and 39. RGB value is (117,61,57). Sum of RGB (Red+Green+Blue) = 117+61+57=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D39 is #8AC2C6. Grayscale: #4D4D4D. Windows color (decimal): -9093831 or 3751285. OLE color: 3751285.

HSL color Cylindrical-coordinate representation of color #753D39: hue angle of 4º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #753D39 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1176157-
CMYK00.480.510.54
HSL34.48%34.12%-
HSV(B)51.28%45.88%-
XYZ9.747.414.79-
YUV77.29116.55156.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 61 (24.22% from 255) = 25.96%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=49.79%
G=25.96%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117615700.480.510.54434.4834.12
Hex753D39030333642222
Octal1657571060636644242
Binary11101011111011110010110000110011110110100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,61,57); }

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

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

 a { background-color: rgb(117,61,57); }

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

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

 span { border-color: rgb(117,61,57); }

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