#743A34

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

Shades of Crown Of Thorns #743A34

Tints of Crown Of Thorns #743A34

Color information

#743A34 (or 0x743A34) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 3A and 34. RGB value is (116,58,52). Sum of RGB (Red+Green+Blue) = 116+58+52=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #743A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A34 is #8BC5CB. Grayscale: #4A4A4A. Windows color (decimal): -9160140 or 3422836. OLE color: 3422836.

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

Color convert

RGB1165852-
CMYK00.50.550.55
HSL5.63º38.1%32.94%-
HSV(B)5.63º55.17%45.49%-
XYZ9.346.994.11-
YUV74.66115.22157.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.33%
GREEN value IS 58 (23.05% from 255) = 25.66%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=51.33%
G=25.66%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116585200.50.550.555.6338.132.94
Hex743A34032373762621
Octal1647264062676764641
Binary11101001110101101000110010110111110111110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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