Html Css Color HEX #462F1B Bistre

📋 copy color: '#462F1B'

red 70 ◦ green 47 ◦ blue 27

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

Shades of Bistre #462F1B

Tints of Bistre #462F1B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.64%

 BLUE value IS 27 (10.94% from 255) = 18.75%

R = 48.61%
G = 32.64%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#462F1B (or 0x462F1B) is known color: Bistre. HEX triplet: 46, 2F and 1B. RGB value is (70,47,27). Sum of RGB (Red+Green+Blue) = 70+47+27=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #462F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F1B is #B9D0E4. Grayscale: #333333. Windows color (decimal): -12177637 or 1781574. OLE color: 1781574.

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

Color convert

RGB 70 47 27 -
CMYK 0 0.33 0.61 0.73
HSL 27.91º 0.44% 0.19% -
HSV(B) 27.91º 0.61% 0.27% -
XYZ 3.74 3.41 1.5 -
YUV 51.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 70 47 27 0 0.33 0.61 0.73 27.91 0.44 0.19
Hex 46 2F 1B 0 21 3D 49 1C 2C 13
Octal 106 57 33 0 41 75 111 34 54 23
Binary 1000110 101111 11011 0 100001 111101 1001001 11100 101100 10011

Color Harmonies of #462F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F1B

Black with #462F1B

Text Example


Text Example

White with #462F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,47,27); }

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

background-color css

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

 a { background-color: rgb(70,47,27); }

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

border-color css

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

 span { border-color: rgb(70,47,27); }

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