Html Css Color HEX #7B3317 Peru Tan

📋 copy color: '#7B3317'

red 123 ◦ green 51 ◦ blue 23

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

Shades of Peru Tan #7B3317

Tints of Peru Tan #7B3317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

 BLUE value IS 23 (9.38% from 255) = 11.68%

R = 62.44%
G = 25.89%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.52

RGB Variations

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

Color information

#7B3317 (or 0x7B3317) is known color: Peru Tan. HEX triplet: 7B, 33 and 17. RGB value is (123,51,23). Sum of RGB (Red+Green+Blue) = 123+51+23=197 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.44% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3317 is #84CCE8. Grayscale: #454545. Windows color (decimal): -8703209 or 1520507. OLE color: 1520507.

HSL color Cylindrical-coordinate representation of color #7B3317: hue angle of 16.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B3317 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 51 23 -
CMYK 0 0.59 0.81 0.52
HSL 16.8º 0.68% 0.29% -
HSV(B) 16.8º 0.81% 0.48% -
XYZ 9.51 6.64 1.59 -
YUV 69.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 123 51 23 0 0.59 0.81 0.52 16.8 0.68 0.29
Hex 7B 33 17 0 3B 51 34 11 44 1D
Octal 173 63 27 0 73 121 64 21 104 35
Binary 1111011 110011 10111 0 111011 1010001 110100 10001 1000100 11101

Color Harmonies of #7B3317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3317

Black with #7B3317

Text Example


Text Example

White with #7B3317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,51,23); }

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

background-color css

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

 a { background-color: rgb(123,51,23); }

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

border-color css

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

 span { border-color: rgb(123,51,23); }

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