Html Css Color HEX #72370F Peru Tan

📋 copy color: '#72370F'

red 114 ◦ green 55 ◦ blue 15

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

Shades of Peru Tan #72370F

Tints of Peru Tan #72370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.15%

R = 61.96%
G = 29.89%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#72370F (or 0x72370F) is known color: Peru Tan. HEX triplet: 72, 37 and 0F. RGB value is (114,55,15). Sum of RGB (Red+Green+Blue) = 114+55+15=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #72370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72370F is #8DC8F0. Grayscale: #444444. Windows color (decimal): -9292017 or 997234. OLE color: 997234.

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

Color convert

RGB 114 55 15 -
CMYK 0 0.52 0.87 0.55
HSL 24.24º 0.77% 0.25% -
HSV(B) 24.24º 0.87% 0.45% -
XYZ 8.39 6.34 1.23 -
YUV 68.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 114 55 15 0 0.52 0.87 0.55 24.24 0.77 0.25
Hex 72 37 F 0 34 57 37 18 4D 19
Octal 162 67 17 0 64 127 67 30 115 31
Binary 1110010 110111 1111 0 110100 1010111 110111 11000 1001101 11001

Color Harmonies of #72370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72370F

Black with #72370F

Text Example


Text Example

White with #72370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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