Html Css Color HEX #462C0B Bistre

📋 copy color: '#462C0B'

red 70 ◦ green 44 ◦ blue 11

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

Shades of Bistre #462C0B

Tints of Bistre #462C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.8%

R = 56%
G = 35.2%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#462C0B (or 0x462C0B) is known color: Bistre. HEX triplet: 46, 2C and 0B. RGB value is (70,44,11). Sum of RGB (Red+Green+Blue) = 70+44+11=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #462C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462C0B is #B9D3F4. Grayscale: #303030. Windows color (decimal): -12178421 or 732230. OLE color: 732230.

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

Color convert

RGB 70 44 11 -
CMYK 0 0.37 0.84 0.73
HSL 33.56º 0.73% 0.16% -
HSV(B) 33.56º 0.84% 0.27% -
XYZ 3.49 3.13 0.74 -
YUV 48.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 70 44 11 0 0.37 0.84 0.73 33.56 0.73 0.16
Hex 46 2C B 0 25 54 49 22 49 10
Octal 106 54 13 0 45 124 111 42 111 20
Binary 1000110 101100 1011 0 100101 1010100 1001001 100010 1001001 10000

Color Harmonies of #462C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462C0B

Black with #462C0B

Text Example


Text Example

White with #462C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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