#753E30

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

Shades of Crown Of Thorns #753E30

Tints of Crown Of Thorns #753E30

Color information

#753E30 (or 0x753E30) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3E and 30. RGB value is (117,62,48). Sum of RGB (Red+Green+Blue) = 117+62+48=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #753E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E30 is #8AC1CF. Grayscale: #4C4C4C. Windows color (decimal): -9093584 or 3161717. OLE color: 3161717.

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

Color convert

RGB1176248-
CMYK00.470.590.54
HSL12.17º41.82%32.35%-
HSV(B)12.17º58.97%45.88%-
XYZ9.597.443.73-
YUV76.85111.72156.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 48 (19.14% from 255) = 21.15%
R=51.54%
G=27.31%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117624800.470.590.5412.1741.8232.35
Hex753E3002F3B36c2a20
Octal16576600577366145240
Binary111010111111011000001011111110111101101100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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