#723932

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

Shades of Crown Of Thorns #723932

Tints of Crown Of Thorns #723932

Color information

#723932 (or 0x723932) is unknown color: approx Crown Of Thorns. HEX triplet: 72, 39 and 32. RGB value is (114,57,50). Sum of RGB (Red+Green+Blue) = 114+57+50=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #723932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723932 is #8DC6CD. Grayscale: #494949. Windows color (decimal): -9291470 or 3291506. OLE color: 3291506.

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

Color convert

RGB1145750-
CMYK00.500.560.55
HSL6.56º39.02%32.16%-
HSV(B)6.56º56.14%44.71%-
XYZ8.986.733.84-
YUV73.24114.88157.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.58%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=51.58%
G=25.79%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114575000.500.560.556.5639.0232.16
Hex723932032383772720
Octal1627162062706774740
Binary11100101110011100100110010111000110111111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723932; }

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

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

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

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

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

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

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

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