Html Css Color HEX #461101 Brown Pod

📋 copy color: '#461101'

red 70 ◦ green 17 ◦ blue 1

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

Shades of Brown Pod #461101

Tints of Brown Pod #461101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.14%

R = 79.55%
G = 19.32%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#461101 (or 0x461101) is known color: Brown Pod. HEX triplet: 46, 11 and 01. RGB value is (70,17,1). Sum of RGB (Red+Green+Blue) = 70+17+1=88 (11% of max value = 765). Red value is 70 (27.73% from 255 or 79.55% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 70 - color contains mainly: red. Hex color #461101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461101 is #B9EEFE. Grayscale: #1F1F1F. Windows color (decimal): -12185343 or 69958. OLE color: 69958.

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

Color convert

RGB 70 17 1 -
CMYK 0 0.76 0.99 0.73
HSL 13.91º 0.97% 0.14% -
HSV(B) 13.91º 0.99% 0.27% -
XYZ 2.73 1.71 0.21 -
YUV 31.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 70 17 1 0 0.76 0.99 0.73 13.91 0.97 0.14
Hex 46 11 1 0 4C 63 49 E 61 E
Octal 106 21 1 0 114 143 111 16 141 16
Binary 1000110 10001 1 0 1001100 1100011 1001001 1110 1100001 1110

Color Harmonies of #461101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461101

Black with #461101

Text Example


Text Example

White with #461101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461101; }

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

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

background-color css

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

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

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

border-color css

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

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

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