Html Css Color HEX #46251E Brown Pod

📋 copy color: '#46251E'

red 70 ◦ green 37 ◦ blue 30

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

Shades of Brown Pod #46251E

Tints of Brown Pod #46251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.9%

R = 51.09%
G = 27.01%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#46251E (or 0x46251E) is known color: Brown Pod. HEX triplet: 46, 25 and 1E. RGB value is (70,37,30). Sum of RGB (Red+Green+Blue) = 70+37+30=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46251E is #B9DAE1. Grayscale: #2E2E2E. Windows color (decimal): -12180194 or 1975622. OLE color: 1975622.

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

Color convert

RGB 70 37 30 -
CMYK 0 0.47 0.57 0.73
HSL 10.5º 0.4% 0.2% -
HSV(B) 10.5º 0.57% 0.27% -
XYZ 3.42 2.72 1.57 -
YUV 46.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 70 37 30 0 0.47 0.57 0.73 10.5 0.4 0.2
Hex 46 25 1E 0 2F 39 49 A 28 14
Octal 106 45 36 0 57 71 111 12 50 24
Binary 1000110 100101 11110 0 101111 111001 1001001 1010 101000 10100

Color Harmonies of #46251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46251E

Black with #46251E

Text Example


Text Example

White with #46251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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