#713822

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

Shades of New Amber #713822

Tints of New Amber #713822

Color information

#713822 (or 0x713822) is unknown color: approx New Amber. HEX triplet: 71, 38 and 22. RGB value is (113,56,34). Sum of RGB (Red+Green+Blue) = 113+56+34=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #713822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713822 is #8EC7DD. Grayscale: #464646. Windows color (decimal): -9357278 or 2242673. OLE color: 2242673.

HSL color Cylindrical-coordinate representation of color #713822: hue angle of 16.71º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #713822 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1135634-
CMYK00.500.700.56
HSL16.71º53.74%28.82%-
HSV(B)16.71º69.91%44.31%-
XYZ8.516.452.31-
YUV70.54107.38158.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=55.67%
G=27.59%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113563400.500.700.5616.7153.7428.82
Hex713822032463811361d
Octal161704206210670216635
Binary1110001111000100010011001010001101110001000111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713822; }

 p { color: rgb(113,56,34); }

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

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

 a { background-color: rgb(113,56,34); }

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

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

 span { border-color: rgb(113,56,34); }

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