#714025

Color #714025 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #714025

Tints of Peru Tan #714025

Color information

#714025 (or 0x714025) is unknown color: approx Peru Tan. HEX triplet: 71, 40 and 25. RGB value is (113,64,37). Sum of RGB (Red+Green+Blue) = 113+64+37=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #714025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714025 is #8EBFDA. Grayscale: #4B4B4B. Windows color (decimal): -9355227 or 2441329. OLE color: 2441329.

HSL color Cylindrical-coordinate representation of color #714025: hue angle of 21.32º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #714025 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB1136437-
CMYK00.430.670.56
HSL21.32º50.67%29.41%-
HSV(B)21.32º67.26%44.31%-
XYZ8.987.312.69-
YUV75.57106.23154.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 37 (14.84% from 255) = 17.29%
R=52.80%
G=29.91%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113643700.430.670.5621.3250.6729.41
Hex71402502B433815331d
Octal1611004505310370256335
Binary11100011000000100101010101110000111110001010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714025; }

 p { color: rgb(113,64,37); }

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

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

 a { background-color: rgb(113,64,37); }

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

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

 span { border-color: rgb(113,64,37); }

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