#733B2F

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

Shades of Crown Of Thorns #733B2F

Tints of Crown Of Thorns #733B2F

Color information

#733B2F (or 0x733B2F) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3B and 2F. RGB value is (115,59,47). Sum of RGB (Red+Green+Blue) = 115+59+47=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #733B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B2F is #8CC4D0. Grayscale: #4A4A4A. Windows color (decimal): -9225425 or 3095411. OLE color: 3095411.

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

Color convert

RGB1155947-
CMYK00.490.590.55
HSL10.59º41.98%31.76%-
HSV(B)10.59º59.13%45.1%-
XYZ9.156.983.55-
YUV74.38112.55156.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.04%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 47 (18.75% from 255) = 21.27%
R=52.04%
G=26.70%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115594700.490.590.5510.5941.9831.76
Hex733B2F0313B37b2a20
Octal16373570617367135240
Binary111001111101110111101100011110111101111011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,59,47); }

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

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

 a { background-color: rgb(115,59,47); }

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

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

 span { border-color: rgb(115,59,47); }

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