#733E34

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

Shades of Crown Of Thorns #733E34

Tints of Crown Of Thorns #733E34

Color information

#733E34 (or 0x733E34) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3E and 34. RGB value is (115,62,52). Sum of RGB (Red+Green+Blue) = 115+62+52=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #733E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E34 is #8CC1CB. Grayscale: #4C4C4C. Windows color (decimal): -9224652 or 3423859. OLE color: 3423859.

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

Color convert

RGB1156252-
CMYK00.460.550.55
HSL9.52º37.72%32.75%-
HSV(B)9.52º54.78%45.1%-
XYZ9.417.344.17-
YUV76.71114.06155.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 52 (20.70% from 255) = 22.71%
R=50.22%
G=27.07%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115625200.460.550.559.5237.7232.75
Hex733E3402E3737a2621
Octal16376640566767124641
Binary111001111111011010001011101101111101111010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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