#743C39

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

Shades of Crown Of Thorns #743C39

Tints of Crown Of Thorns #743C39

Color information

#743C39 (or 0x743C39) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 3C and 39. RGB value is (116,60,57). Sum of RGB (Red+Green+Blue) = 116+60+57=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #743C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C39 is #8BC3C6. Grayscale: #4C4C4C. Windows color (decimal): -9159623 or 3751028. OLE color: 3751028.

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

Color convert

RGB1166057-
CMYK00.480.510.55
HSL3.05º34.1%33.92%-
HSV(B)3.05º50.86%45.49%-
XYZ9.567.244.76-
YUV76.4117.05156.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 60 (23.83% from 255) = 25.75%
BLUE value IS 57 (22.66% from 255) = 24.46%
R=49.79%
G=25.75%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116605700.480.510.553.0534.133.92
Hex743C39030333732222
Octal1647471060636734242
Binary1110100111100111001011000011001111011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743C39; }

 p { color: rgb(116,60,57); }

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

<style>
 a { background-color: #743C39; }

 a { background-color: rgb(116,60,57); }

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

<style>
 span { border-color: #743C39; }

 span { border-color: rgb(116,60,57); }

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