Html Css Color HEX #461508 Brown Pod

📋 copy color: '#461508'

red 70 ◦ green 21 ◦ blue 8

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

Shades of Brown Pod #461508

Tints of Brown Pod #461508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.21%

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

R = 70.71%
G = 21.21%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#461508 (or 0x461508) is known color: Brown Pod. HEX triplet: 46, 15 and 08. RGB value is (70,21,8). Sum of RGB (Red+Green+Blue) = 70+21+8=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #461508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461508 is #B9EAF7. Grayscale: #222222. Windows color (decimal): -12184312 or 529734. OLE color: 529734.

HSL color Cylindrical-coordinate representation of color #461508: hue angle of 12.58º 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 #461508 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 21 8 -
CMYK 0 0.70 0.89 0.73
HSL 12.58º 0.79% 0.15% -
HSV(B) 12.58º 0.89% 0.27% -
XYZ 2.84 1.86 0.44 -
YUV 34.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 70 21 8 0 0.70 0.89 0.73 12.58 0.79 0.15
Hex 46 15 8 0 46 59 49 D 4F F
Octal 106 25 10 0 106 131 111 15 117 17
Binary 1000110 10101 1000 0 1000110 1011001 1001001 1101 1001111 1111

Color Harmonies of #461508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461508

Black with #461508

Text Example


Text Example

White with #461508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461508; }

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

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

background-color css

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

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

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

border-color css

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

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

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