Html Css Color HEX #461408 Brown Pod

📋 copy color: '#461408'

red 70 ◦ green 20 ◦ blue 8

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

Shades of Brown Pod #461408

Tints of Brown Pod #461408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.41%

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

R = 71.43%
G = 20.41%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#461408 (or 0x461408) is known color: Brown Pod. HEX triplet: 46, 14 and 08. RGB value is (70,20,8). Sum of RGB (Red+Green+Blue) = 70+20+8=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #461408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461408 is #B9EBF7. Grayscale: #212121. Windows color (decimal): -12184568 or 529478. OLE color: 529478.

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

Color convert

RGB 70 20 8 -
CMYK 0 0.71 0.89 0.73
HSL 11.61º 0.79% 0.15% -
HSV(B) 11.61º 0.89% 0.27% -
XYZ 2.82 1.82 0.43 -
YUV 33.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 70 20 8 0 0.71 0.89 0.73 11.61 0.79 0.15
Hex 46 14 8 0 47 59 49 C 4F F
Octal 106 24 10 0 107 131 111 14 117 17
Binary 1000110 10100 1000 0 1000111 1011001 1001001 1100 1001111 1111

Color Harmonies of #461408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461408

Black with #461408

Text Example


Text Example

White with #461408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461408; }

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

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

background-color css

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

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

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

border-color css

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

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

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