Html Css Color HEX #7D3918 Peru Tan

📋 copy color: '#7D3918'

red 125 ◦ green 57 ◦ blue 24

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

Shades of Peru Tan #7D3918

Tints of Peru Tan #7D3918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.65%

R = 60.68%
G = 27.67%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7D3918 (or 0x7D3918) is known color: Peru Tan. HEX triplet: 7D, 39 and 18. RGB value is (125,57,24). Sum of RGB (Red+Green+Blue) = 125+57+24=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3918 is #82C6E7. Grayscale: #494949. Windows color (decimal): -8570600 or 1587581. OLE color: 1587581.

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

Color convert

RGB 125 57 24 -
CMYK 0 0.54 0.81 0.51
HSL 19.6º 0.68% 0.29% -
HSV(B) 19.6º 0.81% 0.49% -
XYZ 10.09 7.35 1.75 -
YUV 73.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 125 57 24 0 0.54 0.81 0.51 19.6 0.68 0.29
Hex 7D 39 18 0 36 51 33 14 44 1D
Octal 175 71 30 0 66 121 63 24 104 35
Binary 1111101 111001 11000 0 110110 1010001 110011 10100 1000100 11101

Color Harmonies of #7D3918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3918

Black with #7D3918

Text Example


Text Example

White with #7D3918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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