Html Css Color HEX #803718 Peru Tan

📋 copy color: '#803718'

red 128 ◦ green 55 ◦ blue 24

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

Shades of Peru Tan #803718

Tints of Peru Tan #803718

RGB

 RED value IS 128 (50.39% from 255) = 61.84%

 GREEN value IS 55 (21.88% from 255) = 26.57%

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

R = 61.84%
G = 26.57%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#803718 (or 0x803718) is known color: Peru Tan. HEX triplet: 80, 37 and 18. RGB value is (128,55,24). Sum of RGB (Red+Green+Blue) = 128+55+24=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #803718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803718 is #7FC8E7. Grayscale: #494949. Windows color (decimal): -8374504 or 1587072. OLE color: 1587072.

HSL color Cylindrical-coordinate representation of color #803718: hue angle of 17.88º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #803718 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 55 24 -
CMYK 0 0.57 0.81 0.50
HSL 17.88º 0.68% 0.3% -
HSV(B) 17.88º 0.81% 0.5% -
XYZ 10.43 7.39 1.74 -
YUV 73.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 128 55 24 0 0.57 0.81 0.50 17.88 0.68 0.3
Hex 80 37 18 0 39 51 32 12 44 1E
Octal 200 67 30 0 71 121 62 22 104 36
Binary 10000000 110111 11000 0 111001 1010001 110010 10010 1000100 11110

Color Harmonies of #803718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803718

Black with #803718

Text Example


Text Example

White with #803718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803718; }

 p { color: rgb(128,55,24); }

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

background-color css

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

 a { background-color: rgb(128,55,24); }

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

border-color css

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

 span { border-color: rgb(128,55,24); }

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