Html Css Color HEX #46251F Brown Pod

📋 copy color: '#46251F'

red 70 ◦ green 37 ◦ blue 31

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

Shades of Brown Pod #46251F

Tints of Brown Pod #46251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.81%

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

R = 50.72%
G = 26.81%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46251F (or 0x46251F) is known color: Brown Pod. HEX triplet: 46, 25 and 1F. RGB value is (70,37,31). Sum of RGB (Red+Green+Blue) = 70+37+31=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46251F is #B9DAE0. Grayscale: #2E2E2E. Windows color (decimal): -12180193 or 2041158. OLE color: 2041158.

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

Color convert

RGB 70 37 31 -
CMYK 0 0.47 0.56 0.73
HSL 9.23º 0.39% 0.2% -
HSV(B) 9.23º 0.56% 0.27% -
XYZ 3.43 2.72 1.64 -
YUV 46.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 70 37 31 0 0.47 0.56 0.73 9.23 0.39 0.2
Hex 46 25 1F 0 2F 38 49 9 27 14
Octal 106 45 37 0 57 70 111 11 47 24
Binary 1000110 100101 11111 0 101111 111000 1001001 1001 100111 10100

Color Harmonies of #46251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46251F

Black with #46251F

Text Example


Text Example

White with #46251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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