#743E30

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

Shades of Crown Of Thorns #743E30

Tints of Crown Of Thorns #743E30

Color information

#743E30 (or 0x743E30) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 3E and 30. RGB value is (116,62,48). Sum of RGB (Red+Green+Blue) = 116+62+48=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #743E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E30 is #8BC1CF. Grayscale: #4C4C4C. Windows color (decimal): -9159120 or 3161716. OLE color: 3161716.

HSL color Cylindrical-coordinate representation of color #743E30: hue angle of 12.35º degrees, saturation: 0.41, 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 #743E30 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1166248-
CMYK00.470.590.55
HSL12.35º41.46%32.16%-
HSV(B)12.35º58.62%45.49%-
XYZ9.467.373.72-
YUV76.55111.89156.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.33%
GREEN value IS 62 (24.61% from 255) = 27.43%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=51.33%
G=27.43%
B=21.24%

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
Decimal116624800.470.590.5512.3541.4632.16
Hex743E3002F3B37c2920
Octal16476600577367145140
Binary111010011111011000001011111110111101111100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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