#743E31

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

Shades of Crown Of Thorns #743E31

Tints of Crown Of Thorns #743E31

Color information

#743E31 (or 0x743E31) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 3E and 31. RGB value is (116,62,49). Sum of RGB (Red+Green+Blue) = 116+62+49=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #743E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E31 is #8BC1CE. Grayscale: #4C4C4C. Windows color (decimal): -9159119 or 3227252. OLE color: 3227252.

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

Color convert

RGB1166249-
CMYK00.470.580.55
HSL11.64º40.61%32.35%-
HSV(B)11.64º57.76%45.49%-
XYZ9.487.383.83-
YUV76.66112.39156.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=51.10%
G=27.31%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116624900.470.580.5511.6440.6132.35
Hex743E3102F3A37c2920
Octal16476610577267145140
Binary111010011111011000101011111110101101111100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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