Html Css Color HEX #803618 Peru Tan

📋 copy color: '#803618'

red 128 ◦ green 54 ◦ blue 24

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

Shades of Peru Tan #803618

Tints of Peru Tan #803618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.21%

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

R = 62.14%
G = 26.21%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#803618 (or 0x803618) is known color: Peru Tan. HEX triplet: 80, 36 and 18. RGB value is (128,54,24). Sum of RGB (Red+Green+Blue) = 128+54+24=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #803618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803618 is #7FC9E7. Grayscale: #484848. Windows color (decimal): -8374760 or 1586816. OLE color: 1586816.

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

Color convert

RGB 128 54 24 -
CMYK 0 0.58 0.81 0.50
HSL 17.31º 0.68% 0.3% -
HSV(B) 17.31º 0.81% 0.5% -
XYZ 10.39 7.29 1.72 -
YUV 72.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 128 54 24 0 0.58 0.81 0.50 17.31 0.68 0.3
Hex 80 36 18 0 3A 51 32 11 44 1E
Octal 200 66 30 0 72 121 62 21 104 36
Binary 10000000 110110 11000 0 111010 1010001 110010 10001 1000100 11110

Color Harmonies of #803618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803618

Black with #803618

Text Example


Text Example

White with #803618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803618; }

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

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

background-color css

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

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

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

border-color css

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

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

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