Html Css Color HEX #462B0E Bistre

📋 copy color: '#462B0E'

red 70 ◦ green 43 ◦ blue 14

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

Shades of Bistre #462B0E

Tints of Bistre #462B0E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.86%

 BLUE value IS 14 (5.86% from 255) = 11.02%

R = 55.12%
G = 33.86%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#462B0E (or 0x462B0E) is known color: Bistre. HEX triplet: 46, 2B and 0E. RGB value is (70,43,14). Sum of RGB (Red+Green+Blue) = 70+43+14=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #462B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462B0E is #B9D4F1. Grayscale: #2F2F2F. Windows color (decimal): -12178674 or 928582. OLE color: 928582.

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

Color convert

RGB 70 43 14 -
CMYK 0 0.39 0.80 0.73
HSL 31.07º 0.67% 0.16% -
HSV(B) 31.07º 0.8% 0.27% -
XYZ 3.47 3.06 0.82 -
YUV 47.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 70 43 14 0 0.39 0.80 0.73 31.07 0.67 0.16
Hex 46 2B E 0 27 50 49 1F 43 10
Octal 106 53 16 0 47 120 111 37 103 20
Binary 1000110 101011 1110 0 100111 1010000 1001001 11111 1000011 10000

Color Harmonies of #462B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B0E

Black with #462B0E

Text Example


Text Example

White with #462B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,43,14); }

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

background-color css

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

 a { background-color: rgb(70,43,14); }

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

border-color css

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

 span { border-color: rgb(70,43,14); }

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