Html Css Color HEX #7D2B05 Peru Tan

📋 copy color: '#7D2B05'

red 125 ◦ green 43 ◦ blue 5

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

Shades of Peru Tan #7D2B05

Tints of Peru Tan #7D2B05

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.86%

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 72.25%
G = 24.86%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#7D2B05 (or 0x7D2B05) is known color: Peru Tan. HEX triplet: 7D, 2B and 05. RGB value is (125,43,5). Sum of RGB (Red+Green+Blue) = 125+43+5=173 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.25% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2B05 is #82D4FA. Grayscale: #3F3F3F. Windows color (decimal): -8574203 or 338813. OLE color: 338813.

HSL color Cylindrical-coordinate representation of color #7D2B05: hue angle of 19º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D2B05 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 43 5 -
CMYK 0 0.66 0.96 0.51
HSL 19º 0.92% 0.25% -
HSV(B) 19º 0.96% 0.49% -
XYZ 9.35 6.1 0.83 -
YUV 63.19 95.17 172.09 -
System Red Green Blue C M Y K H S L
Decimal 125 43 5 0 0.66 0.96 0.51 19 0.92 0.25
Hex 7D 2B 5 0 42 60 33 13 5C 19
Octal 175 53 5 0 102 140 63 23 134 31
Binary 1111101 101011 101 0 1000010 1100000 110011 10011 1011100 11001

Color Harmonies of #7D2B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2B05

Black with #7D2B05

Text Example


Text Example

White with #7D2B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,43,5); }

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

background-color css

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

 a { background-color: rgb(125,43,5); }

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

border-color css

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

 span { border-color: rgb(125,43,5); }

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