#733C38

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

Shades of Crown Of Thorns #733C38

Tints of Crown Of Thorns #733C38

Color information

#733C38 (or 0x733C38) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3C and 38. RGB value is (115,60,56). Sum of RGB (Red+Green+Blue) = 115+60+56=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #733C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C38 is #8CC3C7. Grayscale: #4C4C4C. Windows color (decimal): -9225160 or 3685491. OLE color: 3685491.

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

Color convert

RGB1156056-
CMYK00.480.510.55
HSL4.07º34.5%33.53%-
HSV(B)4.07º51.3%45.1%-
XYZ9.47.164.63-
YUV75.99116.72155.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 60 (23.83% from 255) = 25.97%
BLUE value IS 56 (22.27% from 255) = 24.24%
R=49.78%
G=25.97%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115605600.480.510.554.0734.533.53
Hex733C38030333742322
Octal1637470060636744342
Binary11100111111001110000110000110011110111100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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