Html Css Color HEX #462A14 Bistre

📋 copy color: '#462A14'

red 70 ◦ green 42 ◦ blue 20

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

Shades of Bistre #462A14

Tints of Bistre #462A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.82%

 BLUE value IS 20 (8.2% from 255) = 15.15%

R = 53.03%
G = 31.82%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#462A14 (or 0x462A14) is known color: Bistre. HEX triplet: 46, 2A and 14. RGB value is (70,42,20). Sum of RGB (Red+Green+Blue) = 70+42+20=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #462A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A14 is #B9D5EB. Grayscale: #2F2F2F. Windows color (decimal): -12178924 or 1321542. OLE color: 1321542.

HSL color Cylindrical-coordinate representation of color #462A14: hue angle of 26.4º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462A14 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 42 20 -
CMYK 0 0.40 0.71 0.73
HSL 26.4º 0.56% 0.18% -
HSV(B) 26.4º 0.71% 0.27% -
XYZ 3.48 3.01 1.06 -
YUV 47.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 70 42 20 0 0.40 0.71 0.73 26.4 0.56 0.18
Hex 46 2A 14 0 28 47 49 1A 38 12
Octal 106 52 24 0 50 107 111 32 70 22
Binary 1000110 101010 10100 0 101000 1000111 1001001 11010 111000 10010

Color Harmonies of #462A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A14

Black with #462A14

Text Example


Text Example

White with #462A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,42,20); }

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

background-color css

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

 a { background-color: rgb(70,42,20); }

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

border-color css

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

 span { border-color: rgb(70,42,20); }

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