#733A30

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

Shades of Crown Of Thorns #733A30

Tints of Crown Of Thorns #733A30

Color information

#733A30 (or 0x733A30) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3A and 30. RGB value is (115,58,48). Sum of RGB (Red+Green+Blue) = 115+58+48=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #733A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A30 is #8CC5CF. Grayscale: #4A4A4A. Windows color (decimal): -9225680 or 3160691. OLE color: 3160691.

HSL color Cylindrical-coordinate representation of color #733A30: hue angle of 8.96º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #733A30 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1155848-
CMYK00.500.580.55
HSL8.96º41.1%31.96%-
HSV(B)8.96º58.26%45.1%-
XYZ9.126.883.64-
YUV73.9113.38157.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.04%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 48 (19.14% from 255) = 21.72%
R=52.04%
G=26.24%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115584800.500.580.558.9641.131.96
Hex733A300323A3792920
Octal16372600627267115140
Binary111001111101011000001100101110101101111001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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