Html Css Color HEX #72370B Peru Tan

📋 copy color: '#72370B'

red 114 ◦ green 55 ◦ blue 11

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

Shades of Peru Tan #72370B

Tints of Peru Tan #72370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.56%

 BLUE value IS 11 (4.69% from 255) = 6.11%

R = 63.33%
G = 30.56%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72370B (or 0x72370B) is known color: Peru Tan. HEX triplet: 72, 37 and 0B. RGB value is (114,55,11). Sum of RGB (Red+Green+Blue) = 114+55+11=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #72370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72370B is #8DC8F4. Grayscale: #434343. Windows color (decimal): -9292021 or 735090. OLE color: 735090.

HSL color Cylindrical-coordinate representation of color #72370B: hue angle of 25.63º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72370B is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 55 11 -
CMYK 0 0.52 0.90 0.55
HSL 25.63º 0.82% 0.25% -
HSV(B) 25.63º 0.9% 0.45% -
XYZ 8.37 6.33 1.1 -
YUV 67.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 114 55 11 0 0.52 0.90 0.55 25.63 0.82 0.25
Hex 72 37 B 0 34 5A 37 1A 52 19
Octal 162 67 13 0 64 132 67 32 122 31
Binary 1110010 110111 1011 0 110100 1011010 110111 11010 1010010 11001

Color Harmonies of #72370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72370B

Black with #72370B

Text Example


Text Example

White with #72370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,55,11); }

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

background-color css

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

 a { background-color: rgb(114,55,11); }

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

border-color css

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

 span { border-color: rgb(114,55,11); }

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