Html Css Color HEX #46221B Brown Pod

📋 copy color: '#46221B'

red 70 ◦ green 34 ◦ blue 27

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

Shades of Brown Pod #46221B

Tints of Brown Pod #46221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.95%

 BLUE value IS 27 (10.94% from 255) = 20.61%

R = 53.44%
G = 25.95%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#46221B (or 0x46221B) is known color: Brown Pod. HEX triplet: 46, 22 and 1B. RGB value is (70,34,27). Sum of RGB (Red+Green+Blue) = 70+34+27=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #46221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46221B is #B9DDE4. Grayscale: #2C2C2C. Windows color (decimal): -12180965 or 1778246. OLE color: 1778246.

HSL color Cylindrical-coordinate representation of color #46221B: hue angle of 9.77º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46221B is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 34 27 -
CMYK 0 0.51 0.61 0.73
HSL 9.77º 0.44% 0.19% -
HSV(B) 9.77º 0.61% 0.27% -
XYZ 3.3 2.53 1.35 -
YUV 43.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 70 34 27 0 0.51 0.61 0.73 9.77 0.44 0.19
Hex 46 22 1B 0 33 3D 49 A 2C 13
Octal 106 42 33 0 63 75 111 12 54 23
Binary 1000110 100010 11011 0 110011 111101 1001001 1010 101100 10011

Color Harmonies of #46221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46221B

Black with #46221B

Text Example


Text Example

White with #46221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46221B; }

 p { color: rgb(70,34,27); }

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

background-color css

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

 a { background-color: rgb(70,34,27); }

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

border-color css

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

 span { border-color: rgb(70,34,27); }

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