Html Css Color HEX #462C12 Bistre

📋 copy color: '#462C12'

red 70 ◦ green 44 ◦ blue 18

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

Shades of Bistre #462C12

Tints of Bistre #462C12

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.33%

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

R = 53.03%
G = 33.33%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#462C12 (or 0x462C12) is known color: Bistre. HEX triplet: 46, 2C and 12. RGB value is (70,44,18). Sum of RGB (Red+Green+Blue) = 70+44+18=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #462C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462C12 is #B9D3ED. Grayscale: #303030. Windows color (decimal): -12178414 or 1190982. OLE color: 1190982.

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

Color convert

RGB 70 44 18 -
CMYK 0 0.37 0.74 0.73
HSL 30º 0.59% 0.17% -
HSV(B) 30º 0.74% 0.27% -
XYZ 3.54 3.15 0.99 -
YUV 48.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 70 44 18 0 0.37 0.74 0.73 30 0.59 0.17
Hex 46 2C 12 0 25 4A 49 1E 3B 11
Octal 106 54 22 0 45 112 111 36 73 21
Binary 1000110 101100 10010 0 100101 1001010 1001001 11110 111011 10001

Color Harmonies of #462C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462C12

Black with #462C12

Text Example


Text Example

White with #462C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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