Html Css Color HEX #461909 Brown Pod

📋 copy color: '#461909'

red 70 ◦ green 25 ◦ blue 9

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

Shades of Brown Pod #461909

Tints of Brown Pod #461909

RGB

 RED value IS 70 (27.73% from 255) = 67.31%

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

 BLUE value IS 9 (3.91% from 255) = 8.65%

R = 67.31%
G = 24.04%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#461909 (or 0x461909) is known color: Brown Pod. HEX triplet: 46, 19 and 09. RGB value is (70,25,9). Sum of RGB (Red+Green+Blue) = 70+25+9=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #461909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461909 is #B9E6F6. Grayscale: #242424. Windows color (decimal): -12183287 or 596294. OLE color: 596294.

HSL color Cylindrical-coordinate representation of color #461909: hue angle of 15.74º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461909 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 25 9 -
CMYK 0 0.64 0.87 0.73
HSL 15.74º 0.77% 0.15% -
HSV(B) 15.74º 0.87% 0.27% -
XYZ 2.92 2.02 0.49 -
YUV 36.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 70 25 9 0 0.64 0.87 0.73 15.74 0.77 0.15
Hex 46 19 9 0 40 57 49 10 4D F
Octal 106 31 11 0 100 127 111 20 115 17
Binary 1000110 11001 1001 0 1000000 1010111 1001001 10000 1001101 1111

Color Harmonies of #461909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461909

Black with #461909

Text Example


Text Example

White with #461909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461909; }

 p { color: rgb(70,25,9); }

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

background-color css

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

 a { background-color: rgb(70,25,9); }

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

border-color css

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

 span { border-color: rgb(70,25,9); }

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