Html Css Color HEX #7D3811 Peru Tan

📋 copy color: '#7D3811'

red 125 ◦ green 56 ◦ blue 17

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

Shades of Peru Tan #7D3811

Tints of Peru Tan #7D3811

RGB

 RED value IS 125 (49.22% from 255) = 63.13%

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

 BLUE value IS 17 (7.03% from 255) = 8.59%

R = 63.13%
G = 28.28%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D3811 (or 0x7D3811) is known color: Peru Tan. HEX triplet: 7D, 38 and 11. RGB value is (125,56,17). Sum of RGB (Red+Green+Blue) = 125+56+17=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3811 is #82C7EE. Grayscale: #484848. Windows color (decimal): -8570863 or 1128573. OLE color: 1128573.

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

Color convert

RGB 125 56 17 -
CMYK 0 0.55 0.86 0.51
HSL 21.67º 0.76% 0.28% -
HSV(B) 21.67º 0.86% 0.49% -
XYZ 9.97 7.23 1.4 -
YUV 72.19 96.86 165.67 -
System Red Green Blue C M Y K H S L
Decimal 125 56 17 0 0.55 0.86 0.51 21.67 0.76 0.28
Hex 7D 38 11 0 37 56 33 16 4C 1C
Octal 175 70 21 0 67 126 63 26 114 34
Binary 1111101 111000 10001 0 110111 1010110 110011 10110 1001100 11100

Color Harmonies of #7D3811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3811

Black with #7D3811

Text Example


Text Example

White with #7D3811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D3811; }

 p { color: rgb(125,56,17); }

 H1.HeaderClassName
 {
   color: #7D3811;
 }
 .AnyTagClassName
 {
   color: #7D3811;
 }
</style>

background-color css

<style>
 a { background-color: #7D3811; }

 a { background-color: rgb(125,56,17); }

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

border-color css

<style>
 span { border-color: #7D3811; }

 span { border-color: rgb(125,56,17); }

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