Html Css Color HEX #7D3009 Peru Tan

📋 copy color: '#7D3009'

red 125 ◦ green 48 ◦ blue 9

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

Shades of Peru Tan #7D3009

Tints of Peru Tan #7D3009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.37%

 BLUE value IS 9 (3.91% from 255) = 4.95%

R = 68.68%
G = 26.37%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#7D3009 (or 0x7D3009) is known color: Peru Tan. HEX triplet: 7D, 30 and 09. RGB value is (125,48,9). Sum of RGB (Red+Green+Blue) = 125+48+9=182 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.68% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3009 is #82CFF6. Grayscale: #424242. Windows color (decimal): -8572919 or 602237. OLE color: 602237.

HSL color Cylindrical-coordinate representation of color #7D3009: hue angle of 20.17º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D3009 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 48 9 -
CMYK 0 0.62 0.93 0.51
HSL 20.17º 0.87% 0.26% -
HSV(B) 20.17º 0.93% 0.49% -
XYZ 9.56 6.49 1.01 -
YUV 66.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 125 48 9 0 0.62 0.93 0.51 20.17 0.87 0.26
Hex 7D 30 9 0 3E 5D 33 14 57 1A
Octal 175 60 11 0 76 135 63 24 127 32
Binary 1111101 110000 1001 0 111110 1011101 110011 10100 1010111 11010

Color Harmonies of #7D3009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3009

Black with #7D3009

Text Example


Text Example

White with #7D3009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,48,9); }

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

background-color css

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

 a { background-color: rgb(125,48,9); }

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

border-color css

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

 span { border-color: rgb(125,48,9); }

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