#753E34

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

Shades of Crown Of Thorns #753E34

Tints of Crown Of Thorns #753E34

Color information

#753E34 (or 0x753E34) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3E and 34. RGB value is (117,62,52). Sum of RGB (Red+Green+Blue) = 117+62+52=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #753E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E34 is #8AC1CB. Grayscale: #4D4D4D. Windows color (decimal): -9093580 or 3423861. OLE color: 3423861.

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

Color convert

RGB1176252-
CMYK00.470.560.54
HSL9.23º38.46%33.14%-
HSV(B)9.23º55.56%45.88%-
XYZ9.687.484.18-
YUV77.3113.72156.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 62 (24.61% from 255) = 26.84%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=50.65%
G=26.84%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117625200.470.560.549.2338.4633.14
Hex753E3402F383692621
Octal16576640577066114641
Binary111010111111011010001011111110001101101001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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