Html Css Color HEX #462E1A Bistre

📋 copy color: '#462E1A'

red 70 ◦ green 46 ◦ blue 26

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

Shades of Bistre #462E1A

Tints of Bistre #462E1A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.39%

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

R = 49.3%
G = 32.39%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#462E1A (or 0x462E1A) is known color: Bistre. HEX triplet: 46, 2E and 1A. RGB value is (70,46,26). Sum of RGB (Red+Green+Blue) = 70+46+26=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #462E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E1A is #B9D1E5. Grayscale: #333333. Windows color (decimal): -12177894 or 1715782. OLE color: 1715782.

HSL color Cylindrical-coordinate representation of color #462E1A: hue angle of 27.27º 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 #462E1A is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 46 26 -
CMYK 0 0.34 0.63 0.73
HSL 27.27º 0.46% 0.19% -
HSV(B) 27.27º 0.63% 0.27% -
XYZ 3.69 3.33 1.43 -
YUV 50.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 70 46 26 0 0.34 0.63 0.73 27.27 0.46 0.19
Hex 46 2E 1A 0 22 3F 49 1B 2E 13
Octal 106 56 32 0 42 77 111 33 56 23
Binary 1000110 101110 11010 0 100010 111111 1001001 11011 101110 10011

Color Harmonies of #462E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E1A

Black with #462E1A

Text Example


Text Example

White with #462E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462E1A; }

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

 H1.HeaderClassName
 {
   color: #462E1A;
 }
 .AnyTagClassName
 {
   color: #462E1A;
 }
</style>

background-color css

<style>
 a { background-color: #462E1A; }

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

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

border-color css

<style>
 span { border-color: #462E1A; }

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

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