Html Css Color HEX #46251C Brown Pod

📋 copy color: '#46251C'

red 70 ◦ green 37 ◦ blue 28

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

Shades of Brown Pod #46251C

Tints of Brown Pod #46251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.74%

R = 51.85%
G = 27.41%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#46251C (or 0x46251C) is known color: Brown Pod. HEX triplet: 46, 25 and 1C. RGB value is (70,37,28). Sum of RGB (Red+Green+Blue) = 70+37+28=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #46251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46251C is #B9DAE3. Grayscale: #2D2D2D. Windows color (decimal): -12180196 or 1844550. OLE color: 1844550.

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

Color convert

RGB 70 37 28 -
CMYK 0 0.47 0.60 0.73
HSL 12.86º 0.43% 0.19% -
HSV(B) 12.86º 0.6% 0.27% -
XYZ 3.4 2.71 1.44 -
YUV 45.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 70 37 28 0 0.47 0.60 0.73 12.86 0.43 0.19
Hex 46 25 1C 0 2F 3C 49 D 2B 13
Octal 106 45 34 0 57 74 111 15 53 23
Binary 1000110 100101 11100 0 101111 111100 1001001 1101 101011 10011

Color Harmonies of #46251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46251C

Black with #46251C

Text Example


Text Example

White with #46251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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