Html Css Color HEX #511A07 Brown Pod

📋 copy color: '#511A07'

red 81 ◦ green 26 ◦ blue 7

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

Shades of Brown Pod #511A07

Tints of Brown Pod #511A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.14%

R = 71.05%
G = 22.81%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#511A07 (or 0x511A07) is known color: Brown Pod. HEX triplet: 51, 1A and 07. RGB value is (81,26,7). Sum of RGB (Red+Green+Blue) = 81+26+7=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #511A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A07 is #AEE5F8. Grayscale: #282828. Windows color (decimal): -11462137 or 465489. OLE color: 465489.

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

Color convert

RGB 81 26 7 -
CMYK 0 0.68 0.91 0.68
HSL 15.41º 0.84% 0.17% -
HSV(B) 15.41º 0.91% 0.32% -
XYZ 3.8 2.5 0.48 -
YUV 40.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 81 26 7 0 0.68 0.91 0.68 15.41 0.84 0.17
Hex 51 1A 7 0 44 5B 44 F 54 11
Octal 121 32 7 0 104 133 104 17 124 21
Binary 1010001 11010 111 0 1000100 1011011 1000100 1111 1010100 10001

Color Harmonies of #511A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A07

Black with #511A07

Text Example


Text Example

White with #511A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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