#723B32

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

Shades of Crown Of Thorns #723B32

Tints of Crown Of Thorns #723B32

Color information

#723B32 (or 0x723B32) is unknown color: approx Crown Of Thorns. HEX triplet: 72, 3B and 32. RGB value is (114,59,50). Sum of RGB (Red+Green+Blue) = 114+59+50=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #723B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723B32 is #8DC4CD. Grayscale: #4A4A4A. Windows color (decimal): -9290958 or 3292018. OLE color: 3292018.

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

Color convert

RGB1145950-
CMYK00.480.560.55
HSL8.44º39.02%32.16%-
HSV(B)8.44º56.14%44.71%-
XYZ9.086.943.88-
YUV74.42114.22156.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 59 (23.44% from 255) = 26.46%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=51.12%
G=26.46%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114595000.480.560.558.4439.0232.16
Hex723B32030383782720
Octal16273620607067104740
Binary111001011101111001001100001110001101111000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,59,50); }

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

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

 a { background-color: rgb(114,59,50); }

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

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

 span { border-color: rgb(114,59,50); }

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