Html Css Color HEX #461701 Brown Pod

📋 copy color: '#461701'

red 70 ◦ green 23 ◦ blue 1

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

Shades of Brown Pod #461701

Tints of Brown Pod #461701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.47%

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

R = 74.47%
G = 24.47%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#461701 (or 0x461701) is known color: Brown Pod. HEX triplet: 46, 17 and 01. RGB value is (70,23,1). Sum of RGB (Red+Green+Blue) = 70+23+1=94 (12% of max value = 765). Red value is 70 (27.73% from 255 or 74.47% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 70 - color contains mainly: red. Hex color #461701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461701 is #B9E8FE. Grayscale: #222222. Windows color (decimal): -12183807 or 71494. OLE color: 71494.

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

Color convert

RGB 70 23 1 -
CMYK 0 0.67 0.99 0.73
HSL 19.13º 0.97% 0.14% -
HSV(B) 19.13º 0.99% 0.27% -
XYZ 2.84 1.92 0.25 -
YUV 34.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 70 23 1 0 0.67 0.99 0.73 19.13 0.97 0.14
Hex 46 17 1 0 43 63 49 13 61 E
Octal 106 27 1 0 103 143 111 23 141 16
Binary 1000110 10111 1 0 1000011 1100011 1001001 10011 1100001 1110

Color Harmonies of #461701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461701

Black with #461701

Text Example


Text Example

White with #461701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461701; }

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

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

background-color css

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

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

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

border-color css

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

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

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