#743E3A

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

Shades of Crown Of Thorns #743E3A

Tints of Crown Of Thorns #743E3A

Color information

#743E3A (or 0x743E3A) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 3E and 3A. RGB value is (116,62,58). Sum of RGB (Red+Green+Blue) = 116+62+58=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #743E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E3A is #8BC1C5. Grayscale: #4D4D4D. Windows color (decimal): -9159110 or 3817076. OLE color: 3817076.

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

Color convert

RGB1166258-
CMYK00.470.50.55
HSL4.14º33.33%34.12%-
HSV(B)4.14º50%45.49%-
XYZ9.697.464.93-
YUV77.69116.89155.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 62 (24.61% from 255) = 26.27%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=49.15%
G=26.27%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116625800.470.50.554.1433.3334.12
Hex743E3A02F323742122
Octal1647672057626744142
Binary11101001111101110100101111110010110111100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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