Html Css Color HEX #72431F Peru Tan

📋 copy color: '#72431F'

red 114 ◦ green 67 ◦ blue 31

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

Shades of Peru Tan #72431F

Tints of Peru Tan #72431F

RGB

 RED value IS 114 (44.92% from 255) = 53.77%

 GREEN value IS 67 (26.56% from 255) = 31.6%

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 53.77%
G = 31.6%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72431F (or 0x72431F) is known color: Peru Tan. HEX triplet: 72, 43 and 1F. RGB value is (114,67,31). Sum of RGB (Red+Green+Blue) = 114+67+31=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72431F is #8DBCE0. Grayscale: #4D4D4D. Windows color (decimal): -9288929 or 2048882. OLE color: 2048882.

HSL color Cylindrical-coordinate representation of color #72431F: hue angle of 26.02º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72431F is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 67 31 -
CMYK 0 0.41 0.73 0.55
HSL 26.02º 0.57% 0.28% -
HSV(B) 26.02º 0.73% 0.45% -
XYZ 9.19 7.69 2.3 -
YUV 76.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 114 67 31 0 0.41 0.73 0.55 26.02 0.57 0.28
Hex 72 43 1F 0 29 49 37 1A 39 1C
Octal 162 103 37 0 51 111 67 32 71 34
Binary 1110010 1000011 11111 0 101001 1001001 110111 11010 111001 11100

Color Harmonies of #72431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72431F

Black with #72431F

Text Example


Text Example

White with #72431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72431F; }

 p { color: rgb(114,67,31); }

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

background-color css

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

 a { background-color: rgb(114,67,31); }

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

border-color css

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

 span { border-color: rgb(114,67,31); }

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