Html Css Color HEX #46271F Brown Pod

📋 copy color: '#46271F'

red 70 ◦ green 39 ◦ blue 31

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

Shades of Brown Pod #46271F

Tints of Brown Pod #46271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.86%

 BLUE value IS 31 (12.5% from 255) = 22.14%

R = 50%
G = 27.86%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46271F (or 0x46271F) is known color: Brown Pod. HEX triplet: 46, 27 and 1F. RGB value is (70,39,31). Sum of RGB (Red+Green+Blue) = 70+39+31=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #46271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46271F is #B9D8E0. Grayscale: #2F2F2F. Windows color (decimal): -12179681 or 2041670. OLE color: 2041670.

HSL color Cylindrical-coordinate representation of color #46271F: hue angle of 12.31º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46271F is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 39 31 -
CMYK 0 0.44 0.56 0.73
HSL 12.31º 0.39% 0.2% -
HSV(B) 12.31º 0.56% 0.27% -
XYZ 3.5 2.85 1.66 -
YUV 47.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 70 39 31 0 0.44 0.56 0.73 12.31 0.39 0.2
Hex 46 27 1F 0 2C 38 49 C 27 14
Octal 106 47 37 0 54 70 111 14 47 24
Binary 1000110 100111 11111 0 101100 111000 1001001 1100 100111 10100

Color Harmonies of #46271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46271F

Black with #46271F

Text Example


Text Example

White with #46271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46271F; }

 p { color: rgb(70,39,31); }

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

background-color css

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

 a { background-color: rgb(70,39,31); }

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

border-color css

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

 span { border-color: rgb(70,39,31); }

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