Html Css Color HEX #72331B Peru Tan

📋 copy color: '#72331B'

red 114 ◦ green 51 ◦ blue 27

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

Shades of Peru Tan #72331B

Tints of Peru Tan #72331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.56%

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

R = 59.38%
G = 26.56%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72331B (or 0x72331B) is known color: Peru Tan. HEX triplet: 72, 33 and 1B. RGB value is (114,51,27). Sum of RGB (Red+Green+Blue) = 114+51+27=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72331B is #8DCCE4. Grayscale: #434343. Windows color (decimal): -9293029 or 1782642. OLE color: 1782642.

HSL color Cylindrical-coordinate representation of color #72331B: hue angle of 16.55º 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 #72331B is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 51 27 -
CMYK 0 0.55 0.76 0.55
HSL 16.55º 0.62% 0.28% -
HSV(B) 16.55º 0.76% 0.45% -
XYZ 8.32 6.02 1.76 -
YUV 67.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 114 51 27 0 0.55 0.76 0.55 16.55 0.62 0.28
Hex 72 33 1B 0 37 4C 37 11 3E 1C
Octal 162 63 33 0 67 114 67 21 76 34
Binary 1110010 110011 11011 0 110111 1001100 110111 10001 111110 11100

Color Harmonies of #72331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72331B

Black with #72331B

Text Example


Text Example

White with #72331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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