Html Css Color HEX #462912 Bistre

📋 copy color: '#462912'

red 70 ◦ green 41 ◦ blue 18

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

Shades of Bistre #462912

Tints of Bistre #462912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.78%

 BLUE value IS 18 (7.42% from 255) = 13.95%

R = 54.26%
G = 31.78%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#462912 (or 0x462912) is known color: Bistre. HEX triplet: 46, 29 and 12. RGB value is (70,41,18). Sum of RGB (Red+Green+Blue) = 70+41+18=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #462912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462912 is #B9D6ED. Grayscale: #2F2F2F. Windows color (decimal): -12179182 or 1190214. OLE color: 1190214.

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

Color convert

RGB 70 41 18 -
CMYK 0 0.41 0.74 0.73
HSL 26.54º 0.59% 0.17% -
HSV(B) 26.54º 0.74% 0.27% -
XYZ 3.43 2.93 0.96 -
YUV 47.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 70 41 18 0 0.41 0.74 0.73 26.54 0.59 0.17
Hex 46 29 12 0 29 4A 49 1B 3B 11
Octal 106 51 22 0 51 112 111 33 73 21
Binary 1000110 101001 10010 0 101001 1001010 1001001 11011 111011 10001

Color Harmonies of #462912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462912

Black with #462912

Text Example


Text Example

White with #462912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462912; }

 p { color: rgb(70,41,18); }

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

background-color css

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

 a { background-color: rgb(70,41,18); }

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

border-color css

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

 span { border-color: rgb(70,41,18); }

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