Html Css Color HEX #462812 Bistre

📋 copy color: '#462812'

red 70 ◦ green 40 ◦ blue 18

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

Shades of Bistre #462812

Tints of Bistre #462812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.25%

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

R = 54.69%
G = 31.25%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#462812 (or 0x462812) is known color: Bistre. HEX triplet: 46, 28 and 12. RGB value is (70,40,18). Sum of RGB (Red+Green+Blue) = 70+40+18=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #462812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462812 is #B9D7ED. Grayscale: #2E2E2E. Windows color (decimal): -12179438 or 1189958. OLE color: 1189958.

HSL color Cylindrical-coordinate representation of color #462812: hue angle of 25.38º 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 #462812 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 40 18 -
CMYK 0 0.43 0.74 0.73
HSL 25.38º 0.59% 0.17% -
HSV(B) 25.38º 0.74% 0.27% -
XYZ 3.39 2.86 0.95 -
YUV 46.46 111.94 144.79 -
System Red Green Blue C M Y K H S L
Decimal 70 40 18 0 0.43 0.74 0.73 25.38 0.59 0.17
Hex 46 28 12 0 2B 4A 49 19 3B 11
Octal 106 50 22 0 53 112 111 31 73 21
Binary 1000110 101000 10010 0 101011 1001010 1001001 11001 111011 10001

Color Harmonies of #462812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462812

Black with #462812

Text Example


Text Example

White with #462812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462812; }

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

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

background-color css

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

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

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

border-color css

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

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

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