Html Css Color HEX #802F0C Peru Tan

📋 copy color: '#802F0C'

red 128 ◦ green 47 ◦ blue 12

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

Shades of Peru Tan #802F0C

Tints of Peru Tan #802F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.42%

R = 68.45%
G = 25.13%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#802F0C (or 0x802F0C) is known color: Peru Tan. HEX triplet: 80, 2F and 0C. RGB value is (128,47,12). Sum of RGB (Red+Green+Blue) = 128+47+12=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #802F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802F0C is #7FD0F3. Grayscale: #434343. Windows color (decimal): -8376564 or 798592. OLE color: 798592.

HSL color Cylindrical-coordinate representation of color #802F0C: hue angle of 18.1º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #802F0C is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 47 12 -
CMYK 0 0.63 0.91 0.50
HSL 18.1º 0.83% 0.27% -
HSV(B) 18.1º 0.91% 0.5% -
XYZ 9.98 6.65 1.1 -
YUV 67.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 128 47 12 0 0.63 0.91 0.50 18.1 0.83 0.27
Hex 80 2F C 0 3F 5B 32 12 53 1B
Octal 200 57 14 0 77 133 62 22 123 33
Binary 10000000 101111 1100 0 111111 1011011 110010 10010 1010011 11011

Color Harmonies of #802F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802F0C

Black with #802F0C

Text Example


Text Example

White with #802F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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