Html Css Color HEX #72380E Peru Tan

📋 copy color: '#72380E'

red 114 ◦ green 56 ◦ blue 14

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

Shades of Peru Tan #72380E

Tints of Peru Tan #72380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.43%

 BLUE value IS 14 (5.86% from 255) = 7.61%

R = 61.96%
G = 30.43%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72380E (or 0x72380E) is known color: Peru Tan. HEX triplet: 72, 38 and 0E. RGB value is (114,56,14). Sum of RGB (Red+Green+Blue) = 114+56+14=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #72380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72380E is #8DC7F1. Grayscale: #444444. Windows color (decimal): -9291762 or 931954. OLE color: 931954.

HSL color Cylindrical-coordinate representation of color #72380E: hue angle of 25.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72380E is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 56 14 -
CMYK 0 0.51 0.88 0.55
HSL 25.2º 0.78% 0.25% -
HSV(B) 25.2º 0.88% 0.45% -
XYZ 8.43 6.44 1.21 -
YUV 68.55 97.22 160.42 -
System Red Green Blue C M Y K H S L
Decimal 114 56 14 0 0.51 0.88 0.55 25.2 0.78 0.25
Hex 72 38 E 0 33 58 37 19 4E 19
Octal 162 70 16 0 63 130 67 31 116 31
Binary 1110010 111000 1110 0 110011 1011000 110111 11001 1001110 11001

Color Harmonies of #72380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72380E

Black with #72380E

Text Example


Text Example

White with #72380E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,56,14); }

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

background-color css

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

 a { background-color: rgb(114,56,14); }

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

border-color css

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

 span { border-color: rgb(114,56,14); }

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