Html Css Color HEX #461A02 Brown Pod

📋 copy color: '#461A02'

red 70 ◦ green 26 ◦ blue 2

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

Shades of Brown Pod #461A02

Tints of Brown Pod #461A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.04%

R = 71.43%
G = 26.53%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#461A02 (or 0x461A02) is known color: Brown Pod. HEX triplet: 46, 1A and 02. RGB value is (70,26,2). Sum of RGB (Red+Green+Blue) = 70+26+2=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #461A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A02 is #B9E5FD. Grayscale: #242424. Windows color (decimal): -12183038 or 137798. OLE color: 137798.

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

Color convert

RGB 70 26 2 -
CMYK 0 0.63 0.97 0.73
HSL 21.18º 0.94% 0.14% -
HSV(B) 21.18º 0.97% 0.27% -
XYZ 2.91 2.05 0.3 -
YUV 36.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 70 26 2 0 0.63 0.97 0.73 21.18 0.94 0.14
Hex 46 1A 2 0 3F 61 49 15 5E E
Octal 106 32 2 0 77 141 111 25 136 16
Binary 1000110 11010 10 0 111111 1100001 1001001 10101 1011110 1110

Color Harmonies of #461A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461A02

Black with #461A02

Text Example


Text Example

White with #461A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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