Html Css Color HEX #462E19 Bistre

📋 copy color: '#462E19'

red 70 ◦ green 46 ◦ blue 25

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

Shades of Bistre #462E19

Tints of Bistre #462E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.73%

R = 49.65%
G = 32.62%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#462E19 (or 0x462E19) is known color: Bistre. HEX triplet: 46, 2E and 19. RGB value is (70,46,25). Sum of RGB (Red+Green+Blue) = 70+46+25=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #462E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462E19 is #B9D1E6. Grayscale: #323232. Windows color (decimal): -12177895 or 1650246. OLE color: 1650246.

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

Color convert

RGB 70 46 25 -
CMYK 0 0.34 0.64 0.73
HSL 28º 0.47% 0.19% -
HSV(B) 28º 0.64% 0.27% -
XYZ 3.68 3.33 1.37 -
YUV 50.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 70 46 25 0 0.34 0.64 0.73 28 0.47 0.19
Hex 46 2E 19 0 22 40 49 1C 2F 13
Octal 106 56 31 0 42 100 111 34 57 23
Binary 1000110 101110 11001 0 100010 1000000 1001001 11100 101111 10011

Color Harmonies of #462E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E19

Black with #462E19

Text Example


Text Example

White with #462E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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