Html Css Color HEX #461913 Brown Pod

📋 copy color: '#461913'

red 70 ◦ green 25 ◦ blue 19

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

Shades of Brown Pod #461913

Tints of Brown Pod #461913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.67%

R = 61.4%
G = 21.93%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#461913 (or 0x461913) is known color: Brown Pod. HEX triplet: 46, 19 and 13. RGB value is (70,25,19). Sum of RGB (Red+Green+Blue) = 70+25+19=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #461913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461913 is #B9E6EC. Grayscale: #252525. Windows color (decimal): -12183277 or 1251654. OLE color: 1251654.

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

Color convert

RGB 70 25 19 -
CMYK 0 0.64 0.73 0.73
HSL 7.06º 0.57% 0.17% -
HSV(B) 7.06º 0.73% 0.27% -
XYZ 2.99 2.04 0.85 -
YUV 37.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 70 25 19 0 0.64 0.73 0.73 7.06 0.57 0.17
Hex 46 19 13 0 40 49 49 7 39 11
Octal 106 31 23 0 100 111 111 7 71 21
Binary 1000110 11001 10011 0 1000000 1001001 1001001 111 111001 10001

Color Harmonies of #461913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461913

Black with #461913

Text Example


Text Example

White with #461913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461913; }

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

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

background-color css

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

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

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

border-color css

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

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

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