Html Css Color HEX #7B3913 Peru Tan

📋 copy color: '#7B3913'

red 123 ◦ green 57 ◦ blue 19

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

Shades of Peru Tan #7B3913

Tints of Peru Tan #7B3913

RGB

 RED value IS 123 (48.44% from 255) = 61.81%

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

 BLUE value IS 19 (7.81% from 255) = 9.55%

R = 61.81%
G = 28.64%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#7B3913 (or 0x7B3913) is known color: Peru Tan. HEX triplet: 7B, 39 and 13. RGB value is (123,57,19). Sum of RGB (Red+Green+Blue) = 123+57+19=199 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.81% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3913 is #84C6EC. Grayscale: #484848. Windows color (decimal): -8701677 or 1259899. OLE color: 1259899.

HSL color Cylindrical-coordinate representation of color #7B3913: hue angle of 21.92º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B3913 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 57 19 -
CMYK 0 0.54 0.85 0.52
HSL 21.92º 0.73% 0.28% -
HSV(B) 21.92º 0.85% 0.48% -
XYZ 9.75 7.18 1.49 -
YUV 72.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 123 57 19 0 0.54 0.85 0.52 21.92 0.73 0.28
Hex 7B 39 13 0 36 55 34 16 49 1C
Octal 173 71 23 0 66 125 64 26 111 34
Binary 1111011 111001 10011 0 110110 1010101 110100 10110 1001001 11100

Color Harmonies of #7B3913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3913

Black with #7B3913

Text Example


Text Example

White with #7B3913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,57,19); }

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

background-color css

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

 a { background-color: rgb(123,57,19); }

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

border-color css

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

 span { border-color: rgb(123,57,19); }

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