Html Css Color HEX #461400 Brown Pod

📋 copy color: '#461400'

red 70 ◦ green 20 ◦ blue 0

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

Shades of Brown Pod #461400

Tints of Brown Pod #461400

RGB

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

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

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

R = 77.78%
G = 22.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#461400 (or 0x461400) is known color: Brown Pod. HEX triplet: 46, 14 and 00. RGB value is (70,20,0). Sum of RGB (Red+Green+Blue) = 70+20+0=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #461400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461400 is #B9EBFF. Grayscale: #202020. Windows color (decimal): -12184576 or 5190. OLE color: 5190.

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

Color convert

RGB 70 20 0 -
CMYK 0 0.71 1 0.73
HSL 17.14º 1% 0.14% -
HSV(B) 17.14º 1% 0.27% -
XYZ 2.78 1.8 0.2 -
YUV 32.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 70 20 0 0 0.71 1 0.73 17.14 1 0.14
Hex 46 14 0 0 47 64 49 11 64 E
Octal 106 24 0 0 107 144 111 21 144 16
Binary 1000110 10100 0 0 1000111 1100100 1001001 10001 1100100 1110

Color Harmonies of #461400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461400

Black with #461400

Text Example


Text Example

White with #461400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461400; }

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

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

background-color css

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

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

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

border-color css

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

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

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