#743E2F

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

Shades of Crown Of Thorns #743E2F

Tints of Crown Of Thorns #743E2F

Color information

#743E2F (or 0x743E2F) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 3E and 2F. RGB value is (116,62,47). Sum of RGB (Red+Green+Blue) = 116+62+47=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #743E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E2F is #8BC1D0. Grayscale: #4C4C4C. Windows color (decimal): -9159121 or 3096180. OLE color: 3096180.

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

Color convert

RGB1166247-
CMYK00.470.590.55
HSL13.04º42.33%31.96%-
HSV(B)13.04º59.48%45.49%-
XYZ9.447.363.61-
YUV76.44111.39156.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.56%
GREEN value IS 62 (24.61% from 255) = 27.56%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=51.56%
G=27.56%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116624700.470.590.5513.0442.3331.96
Hex743E2F02F3B37d2a20
Octal16476570577367155240
Binary111010011111010111101011111110111101111101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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