Html Css Color HEX #461912 Brown Pod

📋 copy color: '#461912'

red 70 ◦ green 25 ◦ blue 18

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

Shades of Brown Pod #461912

Tints of Brown Pod #461912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.93%

R = 61.95%
G = 22.12%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#461912 (or 0x461912) is known color: Brown Pod. HEX triplet: 46, 19 and 12. RGB value is (70,25,18). Sum of RGB (Red+Green+Blue) = 70+25+18=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #461912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461912 is #B9E6ED. Grayscale: #252525. Windows color (decimal): -12183278 or 1186118. OLE color: 1186118.

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

Color convert

RGB 70 25 18 -
CMYK 0 0.64 0.74 0.73
HSL 8.08º 0.59% 0.17% -
HSV(B) 8.08º 0.74% 0.27% -
XYZ 2.98 2.04 0.81 -
YUV 37.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 70 25 18 0 0.64 0.74 0.73 8.08 0.59 0.17
Hex 46 19 12 0 40 4A 49 8 3B 11
Octal 106 31 22 0 100 112 111 10 73 21
Binary 1000110 11001 10010 0 1000000 1001010 1001001 1000 111011 10001

Color Harmonies of #461912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461912

Black with #461912

Text Example


Text Example

White with #461912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461912; }

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

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

background-color css

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

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

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

border-color css

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

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

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