Html Css Color HEX #72380D Peru Tan

📋 copy color: '#72380D'

red 114 ◦ green 56 ◦ blue 13

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

Shades of Peru Tan #72380D

Tints of Peru Tan #72380D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.1%

R = 62.3%
G = 30.6%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72380D (or 0x72380D) is known color: Peru Tan. HEX triplet: 72, 38 and 0D. RGB value is (114,56,13). Sum of RGB (Red+Green+Blue) = 114+56+13=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #72380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72380D is #8DC7F2. Grayscale: #444444. Windows color (decimal): -9291763 or 866418. OLE color: 866418.

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

Color convert

RGB 114 56 13 -
CMYK 0 0.51 0.89 0.55
HSL 25.54º 0.8% 0.25% -
HSV(B) 25.54º 0.89% 0.45% -
XYZ 8.43 6.43 1.18 -
YUV 68.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 114 56 13 0 0.51 0.89 0.55 25.54 0.8 0.25
Hex 72 38 D 0 33 59 37 1A 50 19
Octal 162 70 15 0 63 131 67 32 120 31
Binary 1110010 111000 1101 0 110011 1011001 110111 11010 1010000 11001

Color Harmonies of #72380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72380D

Black with #72380D

Text Example


Text Example

White with #72380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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