Html Css Color HEX #461A0E Brown Pod

📋 copy color: '#461A0E'

red 70 ◦ green 26 ◦ blue 14

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

Shades of Brown Pod #461A0E

Tints of Brown Pod #461A0E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.64%

 BLUE value IS 14 (5.86% from 255) = 12.73%

R = 63.64%
G = 23.64%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#461A0E (or 0x461A0E) is known color: Brown Pod. HEX triplet: 46, 1A and 0E. RGB value is (70,26,14). Sum of RGB (Red+Green+Blue) = 70+26+14=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #461A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A0E is #B9E5F1. Grayscale: #252525. Windows color (decimal): -12183026 or 924230. OLE color: 924230.

HSL color Cylindrical-coordinate representation of color #461A0E: hue angle of 12.86º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461A0E is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 26 14 -
CMYK 0 0.63 0.80 0.73
HSL 12.86º 0.67% 0.16% -
HSV(B) 12.86º 0.8% 0.27% -
XYZ 2.97 2.07 0.66 -
YUV 37.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 70 26 14 0 0.63 0.80 0.73 12.86 0.67 0.16
Hex 46 1A E 0 3F 50 49 D 43 10
Octal 106 32 16 0 77 120 111 15 103 20
Binary 1000110 11010 1110 0 111111 1010000 1001001 1101 1000011 10000

Color Harmonies of #461A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461A0E

Black with #461A0E

Text Example


Text Example

White with #461A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461A0E; }

 p { color: rgb(70,26,14); }

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

background-color css

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

 a { background-color: rgb(70,26,14); }

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

border-color css

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

 span { border-color: rgb(70,26,14); }

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