Html Css Color HEX #46251A Brown Pod

📋 copy color: '#46251A'

red 70 ◦ green 37 ◦ blue 26

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

Shades of Brown Pod #46251A

Tints of Brown Pod #46251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.55%

R = 52.63%
G = 27.82%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46251A (or 0x46251A) is known color: Brown Pod. HEX triplet: 46, 25 and 1A. RGB value is (70,37,26). Sum of RGB (Red+Green+Blue) = 70+37+26=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #46251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46251A is #B9DAE5. Grayscale: #2D2D2D. Windows color (decimal): -12180198 or 1713478. OLE color: 1713478.

HSL color Cylindrical-coordinate representation of color #46251A: hue angle of 15º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46251A is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 37 26 -
CMYK 0 0.47 0.63 0.73
HSL 15º 0.46% 0.19% -
HSV(B) 15º 0.63% 0.27% -
XYZ 3.37 2.7 1.32 -
YUV 45.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 70 37 26 0 0.47 0.63 0.73 15 0.46 0.19
Hex 46 25 1A 0 2F 3F 49 F 2E 13
Octal 106 45 32 0 57 77 111 17 56 23
Binary 1000110 100101 11010 0 101111 111111 1001001 1111 101110 10011

Color Harmonies of #46251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46251A

Black with #46251A

Text Example


Text Example

White with #46251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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