Html Css Color HEX #7D3919 Peru Tan

📋 copy color: '#7D3919'

red 125 ◦ green 57 ◦ blue 25

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

Shades of Peru Tan #7D3919

Tints of Peru Tan #7D3919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.54%

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 60.39%
G = 27.54%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#7D3919 (or 0x7D3919) is known color: Peru Tan. HEX triplet: 7D, 39 and 19. RGB value is (125,57,25). Sum of RGB (Red+Green+Blue) = 125+57+25=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3919 is #82C6E6. Grayscale: #494949. Windows color (decimal): -8570599 or 1653117. OLE color: 1653117.

HSL color Cylindrical-coordinate representation of color #7D3919: hue angle of 19.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D3919 is Cyan = 0, Magento = 0.54, Yellow = 0.8 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 57 25 -
CMYK 0 0.54 0.8 0.51
HSL 19.2º 0.67% 0.29% -
HSV(B) 19.2º 0.8% 0.49% -
XYZ 10.1 7.36 1.81 -
YUV 73.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 125 57 25 0 0.54 0.8 0.51 19.2 0.67 0.29
Hex 7D 39 19 0 36 50 33 13 43 1D
Octal 175 71 31 0 66 120 63 23 103 35
Binary 1111101 111001 11001 0 110110 1010000 110011 10011 1000011 11101

Color Harmonies of #7D3919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3919

Black with #7D3919

Text Example


Text Example

White with #7D3919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,57,25); }

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

background-color css

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

 a { background-color: rgb(125,57,25); }

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

border-color css

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

 span { border-color: rgb(125,57,25); }

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