Html Css Color HEX #7B3A18 Peru Tan

📋 copy color: '#7B3A18'

red 123 ◦ green 58 ◦ blue 24

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

Shades of Peru Tan #7B3A18

Tints of Peru Tan #7B3A18

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.29%

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

R = 60%
G = 28.29%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7B3A18 (or 0x7B3A18) is known color: Peru Tan. HEX triplet: 7B, 3A and 18. RGB value is (123,58,24). Sum of RGB (Red+Green+Blue) = 123+58+24=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3A18 is #84C5E7. Grayscale: #494949. Windows color (decimal): -8701416 or 1587835. OLE color: 1587835.

HSL color Cylindrical-coordinate representation of color #7B3A18: hue angle of 20.61º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B3A18 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 58 24 -
CMYK 0 0.53 0.80 0.52
HSL 20.61º 0.67% 0.29% -
HSV(B) 20.61º 0.8% 0.48% -
XYZ 9.85 7.3 1.75 -
YUV 73.56 100.03 163.26 -
System Red Green Blue C M Y K H S L
Decimal 123 58 24 0 0.53 0.80 0.52 20.61 0.67 0.29
Hex 7B 3A 18 0 35 50 34 15 43 1D
Octal 173 72 30 0 65 120 64 25 103 35
Binary 1111011 111010 11000 0 110101 1010000 110100 10101 1000011 11101

Color Harmonies of #7B3A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3A18

Black with #7B3A18

Text Example


Text Example

White with #7B3A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,58,24); }

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

background-color css

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

 a { background-color: rgb(123,58,24); }

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

border-color css

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

 span { border-color: rgb(123,58,24); }

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