Html Css Color HEX #461600 Brown Pod

📋 copy color: '#461600'

red 70 ◦ green 22 ◦ blue 0

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

Shades of Brown Pod #461600

Tints of Brown Pod #461600

RGB

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

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

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

R = 76.09%
G = 23.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#461600 (or 0x461600) is known color: Brown Pod. HEX triplet: 46, 16 and 00. RGB value is (70,22,0). Sum of RGB (Red+Green+Blue) = 70+22+0=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #461600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461600 is #B9E9FF. Grayscale: #212121. Windows color (decimal): -12184064 or 5702. OLE color: 5702.

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

Color convert

RGB 70 22 0 -
CMYK 0 0.69 1 0.73
HSL 18.86º 1% 0.14% -
HSV(B) 18.86º 1% 0.27% -
XYZ 2.81 1.88 0.21 -
YUV 33.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 70 22 0 0 0.69 1 0.73 18.86 1 0.14
Hex 46 16 0 0 45 64 49 13 64 E
Octal 106 26 0 0 105 144 111 23 144 16
Binary 1000110 10110 0 0 1000101 1100100 1001001 10011 1100100 1110

Color Harmonies of #461600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461600

Black with #461600

Text Example


Text Example

White with #461600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461600; }

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

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

background-color css

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

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

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

border-color css

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

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

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