#723A35

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

Shades of Crown Of Thorns #723A35

Tints of Crown Of Thorns #723A35

Color information

#723A35 (or 0x723A35) is unknown color: approx Crown Of Thorns. HEX triplet: 72, 3A and 35. RGB value is (114,58,53). Sum of RGB (Red+Green+Blue) = 114+58+53=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #723A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A35 is #8DC5CA. Grayscale: #4A4A4A. Windows color (decimal): -9291211 or 3488370. OLE color: 3488370.

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

Color convert

RGB1145853-
CMYK00.490.540.55
HSL4.92º36.53%32.75%-
HSV(B)4.92º53.51%44.71%-
XYZ9.16.864.21-
YUV74.17116.05156.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=50.67%
G=25.78%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114585300.490.540.554.9236.5332.75
Hex723A35031363752521
Octal1627265061666754541
Binary11100101110101101010110001110110110111101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723A35; }

 p { color: rgb(114,58,53); }

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

<style>
 a { background-color: #723A35; }

 a { background-color: rgb(114,58,53); }

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

<style>
 span { border-color: #723A35; }

 span { border-color: rgb(114,58,53); }

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