#743935

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

Shades of Crown Of Thorns #743935

Tints of Crown Of Thorns #743935

Color information

#743935 (or 0x743935) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 39 and 35. RGB value is (116,57,53). Sum of RGB (Red+Green+Blue) = 116+57+53=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #743935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743935 is #8BC6CA. Grayscale: #4A4A4A. Windows color (decimal): -9160395 or 3488116. OLE color: 3488116.

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

Color convert

RGB1165753-
CMYK00.510.540.55
HSL3.81º37.28%33.14%-
HSV(B)3.81º54.31%45.49%-
XYZ9.316.94.21-
YUV74.18116.05157.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.33%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=51.33%
G=25.22%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116575300.510.540.553.8137.2833.14
Hex743935033363742521
Octal1647165063666744541
Binary11101001110011101010110011110110110111100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743935; }

 p { color: rgb(116,57,53); }

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

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

 a { background-color: rgb(116,57,53); }

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

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

 span { border-color: rgb(116,57,53); }

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