#733E35

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

Shades of Crown Of Thorns #733E35

Tints of Crown Of Thorns #733E35

Color information

#733E35 (or 0x733E35) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3E and 35. RGB value is (115,62,53). Sum of RGB (Red+Green+Blue) = 115+62+53=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #733E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E35 is #8CC1CA. Grayscale: #4C4C4C. Windows color (decimal): -9224651 or 3489395. OLE color: 3489395.

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

Color convert

RGB1156253-
CMYK00.460.540.55
HSL8.71º36.9%32.94%-
HSV(B)8.71º53.91%45.1%-
XYZ9.447.354.29-
YUV76.82114.56155.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=50%
G=26.96%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115625300.460.540.558.7136.932.94
Hex733E3502E363792521
Octal16376650566667114541
Binary111001111111011010101011101101101101111001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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