#733E3A

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

Shades of Crown Of Thorns #733E3A

Tints of Crown Of Thorns #733E3A

Color information

#733E3A (or 0x733E3A) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3E and 3A. RGB value is (115,62,58). Sum of RGB (Red+Green+Blue) = 115+62+58=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #733E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E3A is #8CC1C5. Grayscale: #4D4D4D. Windows color (decimal): -9224646 or 3817075. OLE color: 3817075.

HSL color Cylindrical-coordinate representation of color #733E3A: hue angle of 4.21º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733E3A is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1156258-
CMYK00.460.500.55
HSL4.21º32.95%33.92%-
HSV(B)4.21º49.57%45.1%-
XYZ9.567.44.93-
YUV77.39117.06154.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.94%
GREEN value IS 62 (24.61% from 255) = 26.38%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=48.94%
G=26.38%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115625800.460.500.554.2132.9533.92
Hex733E3A02E323742122
Octal1637672056626744142
Binary11100111111101110100101110110010110111100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,62,58); }

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

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

 a { background-color: rgb(115,62,58); }

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

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

 span { border-color: rgb(115,62,58); }

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