Html Css Color HEX #802F0D Peru Tan

📋 copy color: '#802F0D'

red 128 ◦ green 47 ◦ blue 13

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

Shades of Peru Tan #802F0D

Tints of Peru Tan #802F0D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25%

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 68.09%
G = 25%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#802F0D (or 0x802F0D) is known color: Peru Tan. HEX triplet: 80, 2F and 0D. RGB value is (128,47,13). Sum of RGB (Red+Green+Blue) = 128+47+13=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #802F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802F0D is #7FD0F2. Grayscale: #434343. Windows color (decimal): -8376563 or 864128. OLE color: 864128.

HSL color Cylindrical-coordinate representation of color #802F0D: hue angle of 17.74º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #802F0D is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 47 13 -
CMYK 0 0.63 0.90 0.50
HSL 17.74º 0.82% 0.28% -
HSV(B) 17.74º 0.9% 0.5% -
XYZ 9.99 6.65 1.14 -
YUV 67.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 128 47 13 0 0.63 0.90 0.50 17.74 0.82 0.28
Hex 80 2F D 0 3F 5A 32 12 52 1C
Octal 200 57 15 0 77 132 62 22 122 34
Binary 10000000 101111 1101 0 111111 1011010 110010 10010 1010010 11100

Color Harmonies of #802F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802F0D

Black with #802F0D

Text Example


Text Example

White with #802F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802F0D; }

 p { color: rgb(128,47,13); }

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

background-color css

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

 a { background-color: rgb(128,47,13); }

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

border-color css

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

 span { border-color: rgb(128,47,13); }

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