#743A36

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

Shades of Crown Of Thorns #743A36

Tints of Crown Of Thorns #743A36

Color information

#743A36 (or 0x743A36) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 3A and 36. RGB value is (116,58,54). Sum of RGB (Red+Green+Blue) = 116+58+54=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #743A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A36 is #8BC5C9. Grayscale: #4A4A4A. Windows color (decimal): -9160138 or 3553908. OLE color: 3553908.

HSL color Cylindrical-coordinate representation of color #743A36: hue angle of 3.87º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #743A36 is Cyan = 0, Magento = 0.5, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1165854-
CMYK00.50.530.55
HSL3.87º36.47%33.33%-
HSV(B)3.87º53.45%45.49%-
XYZ9.387.014.35-
YUV74.89116.22157.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=50.88%
G=25.44%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116585400.50.530.553.8736.4733.33
Hex743A36032353742421
Octal1647266062656744441
Binary11101001110101101100110010110101110111100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,58,54); }

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

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

 a { background-color: rgb(116,58,54); }

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

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

 span { border-color: rgb(116,58,54); }

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