Html Css Color HEX #7B3017 Peru Tan

📋 copy color: '#7B3017'

red 123 ◦ green 48 ◦ blue 23

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

Shades of Peru Tan #7B3017

Tints of Peru Tan #7B3017

RGB

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

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

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

R = 63.4%
G = 24.74%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.52

RGB Variations

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

Color information

#7B3017 (or 0x7B3017) is known color: Peru Tan. HEX triplet: 7B, 30 and 17. RGB value is (123,48,23). Sum of RGB (Red+Green+Blue) = 123+48+23=194 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.40% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3017 is #84CFE8. Grayscale: #434343. Windows color (decimal): -8703977 or 1519739. OLE color: 1519739.

HSL color Cylindrical-coordinate representation of color #7B3017: hue angle of 15º 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 #7B3017 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 48 23 -
CMYK 0 0.61 0.81 0.52
HSL 15º 0.68% 0.29% -
HSV(B) 15º 0.81% 0.48% -
XYZ 9.38 6.39 1.55 -
YUV 67.58 102.85 167.53 -
System Red Green Blue C M Y K H S L
Decimal 123 48 23 0 0.61 0.81 0.52 15 0.68 0.29
Hex 7B 30 17 0 3D 51 34 F 44 1D
Octal 173 60 27 0 75 121 64 17 104 35
Binary 1111011 110000 10111 0 111101 1010001 110100 1111 1000100 11101

Color Harmonies of #7B3017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3017

Black with #7B3017

Text Example


Text Example

White with #7B3017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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