Html Css Color HEX #72371E Peru Tan

📋 copy color: '#72371E'

red 114 ◦ green 55 ◦ blue 30

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

Shades of Peru Tan #72371E

Tints of Peru Tan #72371E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.64%

 BLUE value IS 30 (12.11% from 255) = 15.08%

R = 57.29%
G = 27.64%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72371E (or 0x72371E) is known color: Peru Tan. HEX triplet: 72, 37 and 1E. RGB value is (114,55,30). Sum of RGB (Red+Green+Blue) = 114+55+30=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #72371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72371E is #8DC8E1. Grayscale: #454545. Windows color (decimal): -9292002 or 1980274. OLE color: 1980274.

HSL color Cylindrical-coordinate representation of color #72371E: hue angle of 17.86º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72371E is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 55 30 -
CMYK 0 0.52 0.74 0.55
HSL 17.86º 0.58% 0.28% -
HSV(B) 17.86º 0.74% 0.45% -
XYZ 8.54 6.4 2.01 -
YUV 69.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 114 55 30 0 0.52 0.74 0.55 17.86 0.58 0.28
Hex 72 37 1E 0 34 4A 37 12 3A 1C
Octal 162 67 36 0 64 112 67 22 72 34
Binary 1110010 110111 11110 0 110100 1001010 110111 10010 111010 11100

Color Harmonies of #72371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72371E

Black with #72371E

Text Example


Text Example

White with #72371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72371E; }

 p { color: rgb(114,55,30); }

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

background-color css

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

 a { background-color: rgb(114,55,30); }

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

border-color css

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

 span { border-color: rgb(114,55,30); }

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