Html Css Color HEX #72380B Peru Tan

📋 copy color: '#72380B'

red 114 ◦ green 56 ◦ blue 11

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

Shades of Peru Tan #72380B

Tints of Peru Tan #72380B

RGB

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

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

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

R = 62.98%
G = 30.94%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72380B (or 0x72380B) is known color: Peru Tan. HEX triplet: 72, 38 and 0B. RGB value is (114,56,11). Sum of RGB (Red+Green+Blue) = 114+56+11=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #72380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72380B is #8DC7F4. Grayscale: #444444. Windows color (decimal): -9291765 or 735346. OLE color: 735346.

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

Color convert

RGB 114 56 11 -
CMYK 0 0.51 0.90 0.55
HSL 26.21º 0.82% 0.25% -
HSV(B) 26.21º 0.9% 0.45% -
XYZ 8.41 6.43 1.11 -
YUV 68.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 114 56 11 0 0.51 0.90 0.55 26.21 0.82 0.25
Hex 72 38 B 0 33 5A 37 1A 52 19
Octal 162 70 13 0 63 132 67 32 122 31
Binary 1110010 111000 1011 0 110011 1011010 110111 11010 1010010 11001

Color Harmonies of #72380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72380B

Black with #72380B

Text Example


Text Example

White with #72380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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