Html Css Color HEX #72381C Peru Tan

📋 copy color: '#72381C'

red 114 ◦ green 56 ◦ blue 28

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

Shades of Peru Tan #72381C

Tints of Peru Tan #72381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.14%

R = 57.58%
G = 28.28%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72381C (or 0x72381C) is known color: Peru Tan. HEX triplet: 72, 38 and 1C. RGB value is (114,56,28). Sum of RGB (Red+Green+Blue) = 114+56+28=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #72381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72381C is #8DC7E3. Grayscale: #464646. Windows color (decimal): -9291748 or 1849458. OLE color: 1849458.

HSL color Cylindrical-coordinate representation of color #72381C: hue angle of 19.53º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72381C is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 56 28 -
CMYK 0 0.51 0.75 0.55
HSL 19.53º 0.61% 0.28% -
HSV(B) 19.53º 0.75% 0.45% -
XYZ 8.56 6.49 1.9 -
YUV 70.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 114 56 28 0 0.51 0.75 0.55 19.53 0.61 0.28
Hex 72 38 1C 0 33 4B 37 14 3D 1C
Octal 162 70 34 0 63 113 67 24 75 34
Binary 1110010 111000 11100 0 110011 1001011 110111 10100 111101 11100

Color Harmonies of #72381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72381C

Black with #72381C

Text Example


Text Example

White with #72381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72381C; }

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

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

background-color css

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

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

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

border-color css

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

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

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