#733F35

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

Shades of Crown Of Thorns #733F35

Tints of Crown Of Thorns #733F35

Color information

#733F35 (or 0x733F35) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3F and 35. RGB value is (115,63,53). Sum of RGB (Red+Green+Blue) = 115+63+53=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #733F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F35 is #8CC0CA. Grayscale: #4D4D4D. Windows color (decimal): -9224395 or 3489651. OLE color: 3489651.

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

Color convert

RGB1156353-
CMYK00.450.540.55
HSL9.68º36.9%32.94%-
HSV(B)9.68º53.91%45.1%-
XYZ9.497.464.31-
YUV77.41114.23154.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 63 (25% from 255) = 27.27%
BLUE value IS 53 (21.09% from 255) = 22.94%
R=49.78%
G=27.27%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115635300.450.540.559.6836.932.94
Hex733F3502D3637a2521
Octal16377650556667124541
Binary111001111111111010101011011101101101111010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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