Html Css Color HEX #72381B Peru Tan

📋 copy color: '#72381B'

red 114 ◦ green 56 ◦ blue 27

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

Shades of Peru Tan #72381B

Tints of Peru Tan #72381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.71%

R = 57.87%
G = 28.43%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72381B (or 0x72381B) is known color: Peru Tan. HEX triplet: 72, 38 and 1B. RGB value is (114,56,27). Sum of RGB (Red+Green+Blue) = 114+56+27=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72381B is #8DC7E4. Grayscale: #464646. Windows color (decimal): -9291749 or 1783922. OLE color: 1783922.

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

Color convert

RGB 114 56 27 -
CMYK 0 0.51 0.76 0.55
HSL 20º 0.62% 0.28% -
HSV(B) 20º 0.76% 0.45% -
XYZ 8.55 6.48 1.84 -
YUV 70.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 114 56 27 0 0.51 0.76 0.55 20 0.62 0.28
Hex 72 38 1B 0 33 4C 37 14 3E 1C
Octal 162 70 33 0 63 114 67 24 76 34
Binary 1110010 111000 11011 0 110011 1001100 110111 10100 111110 11100

Color Harmonies of #72381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72381B

Black with #72381B

Text Example


Text Example

White with #72381B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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