#733F38

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

Shades of Crown Of Thorns #733F38

Tints of Crown Of Thorns #733F38

Color information

#733F38 (or 0x733F38) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3F and 38. RGB value is (115,63,56). Sum of RGB (Red+Green+Blue) = 115+63+56=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #733F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F38 is #8CC0C7. Grayscale: #4D4D4D. Windows color (decimal): -9224392 or 3686259. OLE color: 3686259.

HSL color Cylindrical-coordinate representation of color #733F38: hue angle of 7.12º 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 #733F38 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1156356-
CMYK00.450.510.55
HSL7.12º34.5%33.53%-
HSV(B)7.12º51.3%45.1%-
XYZ9.567.494.68-
YUV77.75115.73154.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 63 (25% from 255) = 26.92%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=49.15%
G=26.92%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115635600.450.510.557.1234.533.53
Hex733F3802D333772322
Octal1637770055636774342
Binary11100111111111110000101101110011110111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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