Html Css Color HEX #461A08 Brown Pod

📋 copy color: '#461A08'

red 70 ◦ green 26 ◦ blue 8

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

Shades of Brown Pod #461A08

Tints of Brown Pod #461A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.69%

R = 67.31%
G = 25%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#461A08 (or 0x461A08) is known color: Brown Pod. HEX triplet: 46, 1A and 08. RGB value is (70,26,8). Sum of RGB (Red+Green+Blue) = 70+26+8=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #461A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A08 is #B9E5F7. Grayscale: #252525. Windows color (decimal): -12183032 or 531014. OLE color: 531014.

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

Color convert

RGB 70 26 8 -
CMYK 0 0.63 0.89 0.73
HSL 17.42º 0.79% 0.15% -
HSV(B) 17.42º 0.89% 0.27% -
XYZ 2.94 2.06 0.47 -
YUV 37.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 70 26 8 0 0.63 0.89 0.73 17.42 0.79 0.15
Hex 46 1A 8 0 3F 59 49 11 4F F
Octal 106 32 10 0 77 131 111 21 117 17
Binary 1000110 11010 1000 0 111111 1011001 1001001 10001 1001111 1111

Color Harmonies of #461A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461A08

Black with #461A08

Text Example


Text Example

White with #461A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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