Html Css Color HEX #714025 Peru Tan

📋 copy color: '#714025'

red 113 ◦ green 64 ◦ blue 37

#714025
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru Tan #714025

Tints of Peru Tan #714025

RGB

 RED value IS 113 (44.53% from 255) = 52.8%

 GREEN value IS 64 (25.39% from 255) = 29.91%

 BLUE value IS 37 (14.84% from 255) = 17.29%

R = 52.8%
G = 29.91%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#714025 (or 0x714025) is known color: 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

RGB 113 64 37 -
CMYK 0 0.43 0.67 0.56
HSL 21.32º 0.51% 0.29% -
HSV(B) 21.32º 0.67% 0.44% -
XYZ 8.98 7.31 2.69 -
YUV 75.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 113 64 37 0 0.43 0.67 0.56 21.32 0.51 0.29
Hex 71 40 25 0 2B 43 38 15 33 1D
Octal 161 100 45 0 53 103 70 25 63 35
Binary 1110001 1000000 100101 0 101011 1000011 111000 10101 110011 11101

Color Harmonies of #714025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714025

Black with #714025

Text Example


Text Example

White with #714025

Text Example


Text Example

HTML Codes & Css Web 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>