Html Css Color HEX #7D3812 Peru Tan

📋 copy color: '#7D3812'

red 125 ◦ green 56 ◦ blue 18

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

Shades of Peru Tan #7D3812

Tints of Peru Tan #7D3812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.05%

R = 62.81%
G = 28.14%
B = 9.05%

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

#7D3812 (or 0x7D3812) is known color: Peru Tan. HEX triplet: 7D, 38 and 12. RGB value is (125,56,18). Sum of RGB (Red+Green+Blue) = 125+56+18=199 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.81% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3812 is #82C7ED. Grayscale: #484848. Windows color (decimal): -8570862 or 1194109. OLE color: 1194109.

HSL color Cylindrical-coordinate representation of color #7D3812: hue angle of 21.31º degrees, saturation: 0.75, 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 #7D3812 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 56 18 -
CMYK 0 0.55 0.86 0.51
HSL 21.31º 0.75% 0.28% -
HSV(B) 21.31º 0.86% 0.49% -
XYZ 9.98 7.23 1.44 -
YUV 72.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 125 56 18 0 0.55 0.86 0.51 21.31 0.75 0.28
Hex 7D 38 12 0 37 56 33 15 4B 1C
Octal 175 70 22 0 67 126 63 25 113 34
Binary 1111101 111000 10010 0 110111 1010110 110011 10101 1001011 11100

Color Harmonies of #7D3812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3812

Black with #7D3812

Text Example


Text Example

White with #7D3812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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