#723C32

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

Shades of Crown Of Thorns #723C32

Tints of Crown Of Thorns #723C32

Color information

#723C32 (or 0x723C32) is unknown color: approx Crown Of Thorns. HEX triplet: 72, 3C and 32. RGB value is (114,60,50). Sum of RGB (Red+Green+Blue) = 114+60+50=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #723C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723C32 is #8DC3CD. Grayscale: #4B4B4B. Windows color (decimal): -9290702 or 3292274. OLE color: 3292274.

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

Color convert

RGB1146050-
CMYK00.470.560.55
HSL9.38º39.02%32.16%-
HSV(B)9.38º56.14%44.71%-
XYZ9.137.043.9-
YUV75.01113.89155.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.89%
GREEN value IS 60 (23.83% from 255) = 26.79%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=50.89%
G=26.79%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114605000.470.560.559.3839.0232.16
Hex723C3202F383792720
Octal16274620577067114740
Binary111001011110011001001011111110001101111001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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