Html Css Color HEX #462B13 Bistre

📋 copy color: '#462B13'

red 70 ◦ green 43 ◦ blue 19

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

Shades of Bistre #462B13

Tints of Bistre #462B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.58%

 BLUE value IS 19 (7.81% from 255) = 14.39%

R = 53.03%
G = 32.58%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#462B13 (or 0x462B13) is known color: Bistre. HEX triplet: 46, 2B and 13. RGB value is (70,43,19). Sum of RGB (Red+Green+Blue) = 70+43+19=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #462B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462B13 is #B9D4EC. Grayscale: #303030. Windows color (decimal): -12178669 or 1256262. OLE color: 1256262.

HSL color Cylindrical-coordinate representation of color #462B13: hue angle of 28.24º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462B13 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 43 19 -
CMYK 0 0.39 0.73 0.73
HSL 28.24º 0.57% 0.17% -
HSV(B) 28.24º 0.73% 0.27% -
XYZ 3.51 3.08 1.03 -
YUV 48.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 70 43 19 0 0.39 0.73 0.73 28.24 0.57 0.17
Hex 46 2B 13 0 27 49 49 1C 39 11
Octal 106 53 23 0 47 111 111 34 71 21
Binary 1000110 101011 10011 0 100111 1001001 1001001 11100 111001 10001

Color Harmonies of #462B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B13

Black with #462B13

Text Example


Text Example

White with #462B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,43,19); }

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

background-color css

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

 a { background-color: rgb(70,43,19); }

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

border-color css

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

 span { border-color: rgb(70,43,19); }

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