Html Css Color HEX #7D3616 Peru Tan

📋 copy color: '#7D3616'

red 125 ◦ green 54 ◦ blue 22

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

Shades of Peru Tan #7D3616

Tints of Peru Tan #7D3616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.87%

 BLUE value IS 22 (8.98% from 255) = 10.95%

R = 62.19%
G = 26.87%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7D3616 (or 0x7D3616) is known color: Peru Tan. HEX triplet: 7D, 36 and 16. RGB value is (125,54,22). Sum of RGB (Red+Green+Blue) = 125+54+22=201 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.19% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3616 is #82C9E9. Grayscale: #474747. Windows color (decimal): -8571370 or 1455741. OLE color: 1455741.

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

Color convert

RGB 125 54 22 -
CMYK 0 0.57 0.82 0.51
HSL 18.64º 0.7% 0.29% -
HSV(B) 18.64º 0.82% 0.49% -
XYZ 9.92 7.06 1.6 -
YUV 71.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 125 54 22 0 0.57 0.82 0.51 18.64 0.7 0.29
Hex 7D 36 16 0 39 52 33 13 46 1D
Octal 175 66 26 0 71 122 63 23 106 35
Binary 1111101 110110 10110 0 111001 1010010 110011 10011 1000110 11101

Color Harmonies of #7D3616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3616

Black with #7D3616

Text Example


Text Example

White with #7D3616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,54,22); }

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

background-color css

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

 a { background-color: rgb(125,54,22); }

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

border-color css

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

 span { border-color: rgb(125,54,22); }

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