Html Css Color HEX #461E1A Brown Pod

📋 copy color: '#461E1A'

red 70 ◦ green 30 ◦ blue 26

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

Shades of Brown Pod #461E1A

Tints of Brown Pod #461E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.81%

 BLUE value IS 26 (10.55% from 255) = 20.63%

R = 55.56%
G = 23.81%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#461E1A (or 0x461E1A) is known color: Brown Pod. HEX triplet: 46, 1E and 1A. RGB value is (70,30,26). Sum of RGB (Red+Green+Blue) = 70+30+26=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #461E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E1A is #B9E1E5. Grayscale: #292929. Windows color (decimal): -12181990 or 1711686. OLE color: 1711686.

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

Color convert

RGB 70 30 26 -
CMYK 0 0.57 0.63 0.73
HSL 5.45º 0.46% 0.19% -
HSV(B) 5.45º 0.63% 0.27% -
XYZ 3.18 2.31 1.25 -
YUV 41.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 70 30 26 0 0.57 0.63 0.73 5.45 0.46 0.19
Hex 46 1E 1A 0 39 3F 49 5 2E 13
Octal 106 36 32 0 71 77 111 5 56 23
Binary 1000110 11110 11010 0 111001 111111 1001001 101 101110 10011

Color Harmonies of #461E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E1A

Black with #461E1A

Text Example


Text Example

White with #461E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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