#733C33

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

Shades of Crown Of Thorns #733C33

Tints of Crown Of Thorns #733C33

Color information

#733C33 (or 0x733C33) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3C and 33. RGB value is (115,60,51). Sum of RGB (Red+Green+Blue) = 115+60+51=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #733C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C33 is #8CC3CC. Grayscale: #4B4B4B. Windows color (decimal): -9225165 or 3357811. OLE color: 3357811.

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

Color convert

RGB1156051-
CMYK00.480.560.55
HSL8.44º38.55%32.55%-
HSV(B)8.44º55.65%45.1%-
XYZ9.287.124.02-
YUV75.42114.22156.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 60 (23.83% from 255) = 26.55%
BLUE value IS 51 (20.31% from 255) = 22.57%
R=50.88%
G=26.55%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115605100.480.560.558.4438.5532.55
Hex733C33030383782721
Octal16374630607067104741
Binary111001111110011001101100001110001101111000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,60,51); }

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

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

 a { background-color: rgb(115,60,51); }

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

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

 span { border-color: rgb(115,60,51); }

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