Html Css Color HEX #461300 Brown Pod

📋 copy color: '#461300'

red 70 ◦ green 19 ◦ blue 0

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

Shades of Brown Pod #461300

Tints of Brown Pod #461300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

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

R = 78.65%
G = 21.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#461300 (or 0x461300) is known color: Brown Pod. HEX triplet: 46, 13 and 00. RGB value is (70,19,0). Sum of RGB (Red+Green+Blue) = 70+19+0=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #461300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461300 is #B9ECFF. Grayscale: #202020. Windows color (decimal): -12184832 or 4934. OLE color: 4934.

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

Color convert

RGB 70 19 0 -
CMYK 0 0.73 1 0.73
HSL 16.29º 1% 0.14% -
HSV(B) 16.29º 1% 0.27% -
XYZ 2.76 1.77 0.2 -
YUV 32.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 70 19 0 0 0.73 1 0.73 16.29 1 0.14
Hex 46 13 0 0 49 64 49 10 64 E
Octal 106 23 0 0 111 144 111 20 144 16
Binary 1000110 10011 0 0 1001001 1100100 1001001 10000 1100100 1110

Color Harmonies of #461300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461300

Black with #461300

Text Example


Text Example

White with #461300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461300; }

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

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

background-color css

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

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

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

border-color css

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

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

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