Html Css Color HEX #461A01 Brown Pod

📋 copy color: '#461A01'

red 70 ◦ green 26 ◦ blue 1

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

Shades of Brown Pod #461A01

Tints of Brown Pod #461A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.03%

R = 72.16%
G = 26.8%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#461A01 (or 0x461A01) is known color: Brown Pod. HEX triplet: 46, 1A and 01. RGB value is (70,26,1). Sum of RGB (Red+Green+Blue) = 70+26+1=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #461A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A01 is #B9E5FE. Grayscale: #242424. Windows color (decimal): -12183039 or 72262. OLE color: 72262.

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

Color convert

RGB 70 26 1 -
CMYK 0 0.63 0.99 0.73
HSL 21.74º 0.97% 0.14% -
HSV(B) 21.74º 0.99% 0.27% -
XYZ 2.9 2.04 0.27 -
YUV 36.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 70 26 1 0 0.63 0.99 0.73 21.74 0.97 0.14
Hex 46 1A 1 0 3F 63 49 16 61 E
Octal 106 32 1 0 77 143 111 26 141 16
Binary 1000110 11010 1 0 111111 1100011 1001001 10110 1100001 1110

Color Harmonies of #461A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461A01

Black with #461A01

Text Example


Text Example

White with #461A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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