Html Css Color HEX #46241F Brown Pod

📋 copy color: '#46241F'

red 70 ◦ green 36 ◦ blue 31

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

Shades of Brown Pod #46241F

Tints of Brown Pod #46241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.28%

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

R = 51.09%
G = 26.28%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46241F (or 0x46241F) is known color: Brown Pod. HEX triplet: 46, 24 and 1F. RGB value is (70,36,31). Sum of RGB (Red+Green+Blue) = 70+36+31=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46241F is #B9DBE0. Grayscale: #2D2D2D. Windows color (decimal): -12180449 or 2040902. OLE color: 2040902.

HSL color Cylindrical-coordinate representation of color #46241F: hue angle of 7.69º 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 #46241F is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 36 31 -
CMYK 0 0.49 0.56 0.73
HSL 7.69º 0.39% 0.2% -
HSV(B) 7.69º 0.56% 0.27% -
XYZ 3.4 2.66 1.63 -
YUV 45.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 70 36 31 0 0.49 0.56 0.73 7.69 0.39 0.2
Hex 46 24 1F 0 31 38 49 8 27 14
Octal 106 44 37 0 61 70 111 10 47 24
Binary 1000110 100100 11111 0 110001 111000 1001001 1000 100111 10100

Color Harmonies of #46241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46241F

Black with #46241F

Text Example


Text Example

White with #46241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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