Html Css Color HEX #511904 Brown Pod

📋 copy color: '#511904'

red 81 ◦ green 25 ◦ blue 4

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

Shades of Brown Pod #511904

Tints of Brown Pod #511904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.73%

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

R = 73.64%
G = 22.73%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#511904 (or 0x511904) is known color: Brown Pod. HEX triplet: 51, 19 and 04. RGB value is (81,25,4). Sum of RGB (Red+Green+Blue) = 81+25+4=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #511904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511904 is #AEE6FB. Grayscale: #272727. Windows color (decimal): -11462396 or 268625. OLE color: 268625.

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

Color convert

RGB 81 25 4 -
CMYK 0 0.69 0.95 0.68
HSL 16.36º 0.91% 0.17% -
HSV(B) 16.36º 0.95% 0.32% -
XYZ 3.76 2.45 0.39 -
YUV 39.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 81 25 4 0 0.69 0.95 0.68 16.36 0.91 0.17
Hex 51 19 4 0 45 5F 44 10 5B 11
Octal 121 31 4 0 105 137 104 20 133 21
Binary 1010001 11001 100 0 1000101 1011111 1000100 10000 1011011 10001

Color Harmonies of #511904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511904

Black with #511904

Text Example


Text Example

White with #511904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511904; }

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

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

background-color css

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

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

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

border-color css

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

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

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