Html Css Color HEX #46261C Brown Pod

📋 copy color: '#46261C'

red 70 ◦ green 38 ◦ blue 28

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

Shades of Brown Pod #46261C

Tints of Brown Pod #46261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.94%

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

R = 51.47%
G = 27.94%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#46261C (or 0x46261C) is known color: Brown Pod. HEX triplet: 46, 26 and 1C. RGB value is (70,38,28). Sum of RGB (Red+Green+Blue) = 70+38+28=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46261C is #B9D9E3. Grayscale: #2E2E2E. Windows color (decimal): -12179940 or 1844806. OLE color: 1844806.

HSL color Cylindrical-coordinate representation of color #46261C: hue angle of 14.29º 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 #46261C is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 38 28 -
CMYK 0 0.46 0.60 0.73
HSL 14.29º 0.43% 0.19% -
HSV(B) 14.29º 0.6% 0.27% -
XYZ 3.43 2.77 1.45 -
YUV 46.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 70 38 28 0 0.46 0.60 0.73 14.29 0.43 0.19
Hex 46 26 1C 0 2E 3C 49 E 2B 13
Octal 106 46 34 0 56 74 111 16 53 23
Binary 1000110 100110 11100 0 101110 111100 1001001 1110 101011 10011

Color Harmonies of #46261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46261C

Black with #46261C

Text Example


Text Example

White with #46261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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