Html Css Color HEX #461608 Brown Pod

📋 copy color: '#461608'

red 70 ◦ green 22 ◦ blue 8

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

Shades of Brown Pod #461608

Tints of Brown Pod #461608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22%

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

R = 70%
G = 22%
B = 8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#461608 (or 0x461608) is known color: Brown Pod. HEX triplet: 46, 16 and 08. RGB value is (70,22,8). Sum of RGB (Red+Green+Blue) = 70+22+8=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #461608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461608 is #B9E9F7. Grayscale: #222222. Windows color (decimal): -12184056 or 529990. OLE color: 529990.

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

Color convert

RGB 70 22 8 -
CMYK 0 0.69 0.89 0.73
HSL 13.55º 0.79% 0.15% -
HSV(B) 13.55º 0.89% 0.27% -
XYZ 2.86 1.89 0.44 -
YUV 34.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 70 22 8 0 0.69 0.89 0.73 13.55 0.79 0.15
Hex 46 16 8 0 45 59 49 E 4F F
Octal 106 26 10 0 105 131 111 16 117 17
Binary 1000110 10110 1000 0 1000101 1011001 1001001 1110 1001111 1111

Color Harmonies of #461608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461608

Black with #461608

Text Example


Text Example

White with #461608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461608; }

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

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

background-color css

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

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

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

border-color css

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

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

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