Html Css Color HEX #511A08 Brown Pod

📋 copy color: '#511A08'

red 81 ◦ green 26 ◦ blue 8

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

Shades of Brown Pod #511A08

Tints of Brown Pod #511A08

RGB

 RED value IS 81 (32.03% from 255) = 70.43%

 GREEN value IS 26 (10.55% from 255) = 22.61%

 BLUE value IS 8 (3.52% from 255) = 6.96%

R = 70.43%
G = 22.61%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#511A08 (or 0x511A08) is known color: Brown Pod. HEX triplet: 51, 1A and 08. RGB value is (81,26,8). Sum of RGB (Red+Green+Blue) = 81+26+8=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #511A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A08 is #AEE5F7. Grayscale: #282828. Windows color (decimal): -11462136 or 531025. OLE color: 531025.

HSL color Cylindrical-coordinate representation of color #511A08: hue angle of 14.79º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #511A08 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 26 8 -
CMYK 0 0.68 0.90 0.68
HSL 14.79º 0.82% 0.17% -
HSV(B) 14.79º 0.9% 0.32% -
XYZ 3.81 2.51 0.51 -
YUV 40.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 81 26 8 0 0.68 0.90 0.68 14.79 0.82 0.17
Hex 51 1A 8 0 44 5A 44 F 52 11
Octal 121 32 10 0 104 132 104 17 122 21
Binary 1010001 11010 1000 0 1000100 1011010 1000100 1111 1010010 10001

Color Harmonies of #511A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A08

Black with #511A08

Text Example


Text Example

White with #511A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511A08; }

 p { color: rgb(81,26,8); }

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

background-color css

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

 a { background-color: rgb(81,26,8); }

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

border-color css

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

 span { border-color: rgb(81,26,8); }

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