Html Css Color HEX #511804 Brown Pod

📋 copy color: '#511804'

red 81 ◦ green 24 ◦ blue 4

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

Shades of Brown Pod #511804

Tints of Brown Pod #511804

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.02%

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

R = 74.31%
G = 22.02%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#511804 (or 0x511804) is known color: Brown Pod. HEX triplet: 51, 18 and 04. RGB value is (81,24,4). Sum of RGB (Red+Green+Blue) = 81+24+4=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #511804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511804 is #AEE7FB. Grayscale: #262626. Windows color (decimal): -11462652 or 268369. OLE color: 268369.

HSL color Cylindrical-coordinate representation of color #511804: hue angle of 15.58º 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 #511804 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 24 4 -
CMYK 0 0.70 0.95 0.68
HSL 15.58º 0.91% 0.17% -
HSV(B) 15.58º 0.95% 0.32% -
XYZ 3.74 2.41 0.38 -
YUV 38.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 81 24 4 0 0.70 0.95 0.68 15.58 0.91 0.17
Hex 51 18 4 0 46 5F 44 10 5B 11
Octal 121 30 4 0 106 137 104 20 133 21
Binary 1010001 11000 100 0 1000110 1011111 1000100 10000 1011011 10001

Color Harmonies of #511804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511804

Black with #511804

Text Example


Text Example

White with #511804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511804; }

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

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

background-color css

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

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

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

border-color css

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

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

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