#723A31

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

Shades of Crown Of Thorns #723A31

Tints of Crown Of Thorns #723A31

Color information

#723A31 (or 0x723A31) is unknown color: approx Crown Of Thorns. HEX triplet: 72, 3A and 31. RGB value is (114,58,49). Sum of RGB (Red+Green+Blue) = 114+58+49=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #723A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A31 is #8DC5CE. Grayscale: #494949. Windows color (decimal): -9291215 or 3226226. OLE color: 3226226.

HSL color Cylindrical-coordinate representation of color #723A31: hue angle of 8.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #723A31 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1145849-
CMYK00.490.570.55
HSL8.31º39.88%31.96%-
HSV(B)8.31º57.02%44.71%-
XYZ9.016.833.75-
YUV73.72114.05156.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.58%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=51.58%
G=26.24%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114584900.490.570.558.3139.8831.96
Hex723A31031393782820
Octal16272610617167105040
Binary111001011101011000101100011110011101111000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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