Html Css Color HEX #511A04 Brown Pod

📋 copy color: '#511A04'

red 81 ◦ green 26 ◦ blue 4

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

Shades of Brown Pod #511A04

Tints of Brown Pod #511A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.6%

R = 72.97%
G = 23.42%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#511A04 (or 0x511A04) is known color: Brown Pod. HEX triplet: 51, 1A and 04. RGB value is (81,26,4). Sum of RGB (Red+Green+Blue) = 81+26+4=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #511A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A04 is #AEE5FB. Grayscale: #282828. Windows color (decimal): -11462140 or 268881. OLE color: 268881.

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

Color convert

RGB 81 26 4 -
CMYK 0 0.68 0.95 0.68
HSL 17.14º 0.91% 0.17% -
HSV(B) 17.14º 0.95% 0.32% -
XYZ 3.78 2.5 0.4 -
YUV 39.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 81 26 4 0 0.68 0.95 0.68 17.14 0.91 0.17
Hex 51 1A 4 0 44 5F 44 11 5B 11
Octal 121 32 4 0 104 137 104 21 133 21
Binary 1010001 11010 100 0 1000100 1011111 1000100 10001 1011011 10001

Color Harmonies of #511A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A04

Black with #511A04

Text Example


Text Example

White with #511A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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