#733D32

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

Shades of Crown Of Thorns #733D32

Tints of Crown Of Thorns #733D32

Color information

#733D32 (or 0x733D32) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3D and 32. RGB value is (115,61,50). Sum of RGB (Red+Green+Blue) = 115+61+50=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #733D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733D32 is #8CC2CD. Grayscale: #4B4B4B. Windows color (decimal): -9224910 or 3292531. OLE color: 3292531.

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

Color convert

RGB1156150-
CMYK00.470.570.55
HSL10.15º39.39%32.35%-
HSV(B)10.15º56.52%45.1%-
XYZ9.317.213.92-
YUV75.89113.39155.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 61 (24.22% from 255) = 26.99%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=50.88%
G=26.99%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115615000.470.570.5510.1539.3932.35
Hex733D3202F3937a2720
Octal16375620577167124740
Binary111001111110111001001011111110011101111010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,61,50); }

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

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

 a { background-color: rgb(115,61,50); }

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

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

 span { border-color: rgb(115,61,50); }

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