#733935

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

Shades of Crown Of Thorns #733935

Tints of Crown Of Thorns #733935

Color information

#733935 (or 0x733935) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 39 and 35. RGB value is (115,57,53). Sum of RGB (Red+Green+Blue) = 115+57+53=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #733935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733935 is #8CC6CA. Grayscale: #494949. Windows color (decimal): -9225931 or 3488115. OLE color: 3488115.

HSL color Cylindrical-coordinate representation of color #733935: hue angle of 3.87º 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 #733935 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1155753-
CMYK00.500.540.55
HSL3.87º36.9%32.94%-
HSV(B)3.87º53.91%45.1%-
XYZ9.186.834.2-
YUV73.89116.22157.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=51.11%
G=25.33%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115575300.500.540.553.8736.932.94
Hex733935032363742521
Octal1637165062666744541
Binary11100111110011101010110010110110110111100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733935; }

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

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

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

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

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

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

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

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