Html Css Color HEX #461201 Brown Pod

📋 copy color: '#461201'

red 70 ◦ green 18 ◦ blue 1

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

Shades of Brown Pod #461201

Tints of Brown Pod #461201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.22%

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

R = 78.65%
G = 20.22%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#461201 (or 0x461201) is known color: Brown Pod. HEX triplet: 46, 12 and 01. RGB value is (70,18,1). Sum of RGB (Red+Green+Blue) = 70+18+1=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #461201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461201 is #B9EDFE. Grayscale: #1F1F1F. Windows color (decimal): -12185087 or 70214. OLE color: 70214.

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

Color convert

RGB 70 18 1 -
CMYK 0 0.74 0.99 0.73
HSL 14.78º 0.97% 0.14% -
HSV(B) 14.78º 0.99% 0.27% -
XYZ 2.75 1.74 0.22 -
YUV 31.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 70 18 1 0 0.74 0.99 0.73 14.78 0.97 0.14
Hex 46 12 1 0 4A 63 49 F 61 E
Octal 106 22 1 0 112 143 111 17 141 16
Binary 1000110 10010 1 0 1001010 1100011 1001001 1111 1100001 1110

Color Harmonies of #461201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461201

Black with #461201

Text Example


Text Example

White with #461201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461201; }

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

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

background-color css

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

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

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

border-color css

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

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

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