#72361F

Color #72361F New Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Amber #72361F

Tints of New Amber #72361F

Color information

#72361F (or 0x72361F) is unknown color: approx New Amber. HEX triplet: 72, 36 and 1F. RGB value is (114,54,31). Sum of RGB (Red+Green+Blue) = 114+54+31=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #72361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72361F is #8DC9E0. Grayscale: #454545. Windows color (decimal): -9292257 or 2045554. OLE color: 2045554.

HSL color Cylindrical-coordinate representation of color #72361F: hue angle of 16.63º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72361F is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1145431-
CMYK00.530.730.55
HSL16.63º57.24%28.43%-
HSV(B)16.63º72.81%44.71%-
XYZ8.516.312.07-
YUV69.32106.38159.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=57.29%
G=27.14%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114543100.530.730.5516.6357.2428.43
Hex72361F035493711391c
Octal162663706511167217134
Binary111001011011011111011010110010011101111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72361F; }

 p { color: rgb(114,54,31); }

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

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

 a { background-color: rgb(114,54,31); }

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

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

 span { border-color: rgb(114,54,31); }

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