Html Css Color HEX #714024 Peru Tan

📋 copy color: '#714024'

red 113 ◦ green 64 ◦ blue 36

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

Shades of Peru Tan #714024

Tints of Peru Tan #714024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.9%

R = 53.05%
G = 30.05%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#714024 (or 0x714024) is known color: Peru Tan. HEX triplet: 71, 40 and 24. RGB value is (113,64,36). Sum of RGB (Red+Green+Blue) = 113+64+36=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #714024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714024 is #8EBFDB. Grayscale: #4B4B4B. Windows color (decimal): -9355228 or 2375793. OLE color: 2375793.

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

Color convert

RGB 113 64 36 -
CMYK 0 0.43 0.68 0.56
HSL 21.82º 0.52% 0.29% -
HSV(B) 21.82º 0.68% 0.44% -
XYZ 8.96 7.3 2.61 -
YUV 75.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 113 64 36 0 0.43 0.68 0.56 21.82 0.52 0.29
Hex 71 40 24 0 2B 44 38 16 34 1D
Octal 161 100 44 0 53 104 70 26 64 35
Binary 1110001 1000000 100100 0 101011 1000100 111000 10110 110100 11101

Color Harmonies of #714024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714024

Black with #714024

Text Example


Text Example

White with #714024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714024; }

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

 H1.HeaderClassName
 {
   color: #714024;
 }
 .AnyTagClassName
 {
   color: #714024;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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