#733A34

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

Shades of Crown Of Thorns #733A34

Tints of Crown Of Thorns #733A34

Color information

#733A34 (or 0x733A34) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3A and 34. RGB value is (115,58,52). Sum of RGB (Red+Green+Blue) = 115+58+52=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #733A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A34 is #8CC5CB. Grayscale: #4A4A4A. Windows color (decimal): -9225676 or 3422835. OLE color: 3422835.

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

Color convert

RGB1155852-
CMYK00.500.550.55
HSL5.71º37.72%32.75%-
HSV(B)5.71º54.78%45.1%-
XYZ9.26.924.1-
YUV74.36115.38156.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=51.11%
G=25.78%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115585200.500.550.555.7137.7232.75
Hex733A34032373762621
Octal1637264062676764641
Binary11100111110101101000110010110111110111110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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