#753E31

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

Shades of Crown Of Thorns #753E31

Tints of Crown Of Thorns #753E31

Color information

#753E31 (or 0x753E31) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3E and 31. RGB value is (117,62,49). Sum of RGB (Red+Green+Blue) = 117+62+49=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #753E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E31 is #8AC1CE. Grayscale: #4D4D4D. Windows color (decimal): -9093583 or 3227253. OLE color: 3227253.

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

Color convert

RGB1176249-
CMYK00.470.580.54
HSL11.47º40.96%32.55%-
HSV(B)11.47º58.12%45.88%-
XYZ9.617.453.84-
YUV76.96112.22156.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 49 (19.53% from 255) = 21.49%
R=51.32%
G=27.19%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117624900.470.580.5411.4740.9632.55
Hex753E3102F3A36b2921
Octal16576610577266135141
Binary111010111111011000101011111110101101101011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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