Html Css Color HEX #461601 Brown Pod

📋 copy color: '#461601'

red 70 ◦ green 22 ◦ blue 1

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

Shades of Brown Pod #461601

Tints of Brown Pod #461601

RGB

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

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

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

R = 75.27%
G = 23.66%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#461601 (or 0x461601) is known color: Brown Pod. HEX triplet: 46, 16 and 01. RGB value is (70,22,1). Sum of RGB (Red+Green+Blue) = 70+22+1=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #461601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461601 is #B9E9FE. Grayscale: #222222. Windows color (decimal): -12184063 or 71238. OLE color: 71238.

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

Color convert

RGB 70 22 1 -
CMYK 0 0.69 0.99 0.73
HSL 18.26º 0.97% 0.14% -
HSV(B) 18.26º 0.99% 0.27% -
XYZ 2.82 1.88 0.24 -
YUV 33.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 70 22 1 0 0.69 0.99 0.73 18.26 0.97 0.14
Hex 46 16 1 0 45 63 49 12 61 E
Octal 106 26 1 0 105 143 111 22 141 16
Binary 1000110 10110 1 0 1000101 1100011 1001001 10010 1100001 1110

Color Harmonies of #461601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461601

Black with #461601

Text Example


Text Example

White with #461601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461601; }

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

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

background-color css

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

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

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

border-color css

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

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

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