Html Css Color HEX #461A03 Brown Pod

📋 copy color: '#461A03'

red 70 ◦ green 26 ◦ blue 3

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

Shades of Brown Pod #461A03

Tints of Brown Pod #461A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.03%

R = 70.71%
G = 26.26%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#461A03 (or 0x461A03) is known color: Brown Pod. HEX triplet: 46, 1A and 03. RGB value is (70,26,3). Sum of RGB (Red+Green+Blue) = 70+26+3=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #461A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A03 is #B9E5FC. Grayscale: #242424. Windows color (decimal): -12183037 or 203334. OLE color: 203334.

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

Color convert

RGB 70 26 3 -
CMYK 0 0.63 0.96 0.73
HSL 20.6º 0.92% 0.14% -
HSV(B) 20.6º 0.96% 0.27% -
XYZ 2.91 2.05 0.33 -
YUV 36.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 70 26 3 0 0.63 0.96 0.73 20.6 0.92 0.14
Hex 46 1A 3 0 3F 60 49 15 5C E
Octal 106 32 3 0 77 140 111 25 134 16
Binary 1000110 11010 11 0 111111 1100000 1001001 10101 1011100 1110

Color Harmonies of #461A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461A03

Black with #461A03

Text Example


Text Example

White with #461A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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