Html Css Color HEX #714023 Peru Tan

📋 copy color: '#714023'

red 113 ◦ green 64 ◦ blue 35

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

Shades of Peru Tan #714023

Tints of Peru Tan #714023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.51%

R = 53.3%
G = 30.19%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#714023 (or 0x714023) is known color: Peru Tan. HEX triplet: 71, 40 and 23. RGB value is (113,64,35). Sum of RGB (Red+Green+Blue) = 113+64+35=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #714023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714023 is #8EBFDC. Grayscale: #4B4B4B. Windows color (decimal): -9355229 or 2310257. OLE color: 2310257.

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

Color convert

RGB 113 64 35 -
CMYK 0 0.43 0.69 0.56
HSL 22.31º 0.53% 0.29% -
HSV(B) 22.31º 0.69% 0.44% -
XYZ 8.95 7.3 2.53 -
YUV 75.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 113 64 35 0 0.43 0.69 0.56 22.31 0.53 0.29
Hex 71 40 23 0 2B 45 38 16 35 1D
Octal 161 100 43 0 53 105 70 26 65 35
Binary 1110001 1000000 100011 0 101011 1000101 111000 10110 110101 11101

Color Harmonies of #714023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714023

Black with #714023

Text Example


Text Example

White with #714023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714023; }

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

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

background-color css

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

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

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

border-color css

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

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

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