Html Css Color HEX #461100 Brown Pod

📋 copy color: '#461100'

red 70 ◦ green 17 ◦ blue 0

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

Shades of Brown Pod #461100

Tints of Brown Pod #461100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.46%
G = 19.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#461100 (or 0x461100) is known color: Brown Pod. HEX triplet: 46, 11 and 00. RGB value is (70,17,0). Sum of RGB (Red+Green+Blue) = 70+17+0=87 (11% of max value = 765). Red value is 70 (27.73% from 255 or 80.46% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 70 - color contains mainly: red. Hex color #461100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461100 is #B9EEFF. Grayscale: #1F1F1F. Windows color (decimal): -12185344 or 4422. OLE color: 4422.

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

Color convert

RGB 70 17 0 -
CMYK 0 0.76 1 0.73
HSL 14.57º 1% 0.14% -
HSV(B) 14.57º 1% 0.27% -
XYZ 2.73 1.7 0.19 -
YUV 30.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 70 17 0 0 0.76 1 0.73 14.57 1 0.14
Hex 46 11 0 0 4C 64 49 F 64 E
Octal 106 21 0 0 114 144 111 17 144 16
Binary 1000110 10001 0 0 1001100 1100100 1001001 1111 1100100 1110

Color Harmonies of #461100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461100

Black with #461100

Text Example


Text Example

White with #461100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461100; }

 p { color: rgb(70,17,0); }

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

background-color css

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

 a { background-color: rgb(70,17,0); }

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

border-color css

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

 span { border-color: rgb(70,17,0); }

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