Html Css Color HEX #462E17 Bistre

📋 copy color: '#462E17'

red 70 ◦ green 46 ◦ blue 23

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

Shades of Bistre #462E17

Tints of Bistre #462E17

RGB

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

 GREEN value IS 46 (18.36% from 255) = 33.09%

 BLUE value IS 23 (9.38% from 255) = 16.55%

R = 50.36%
G = 33.09%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#462E17 (or 0x462E17) is known color: Bistre. HEX triplet: 46, 2E and 17. RGB value is (70,46,23). Sum of RGB (Red+Green+Blue) = 70+46+23=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #462E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462E17 is #B9D1E8. Grayscale: #323232. Windows color (decimal): -12177897 or 1519174. OLE color: 1519174.

HSL color Cylindrical-coordinate representation of color #462E17: hue angle of 29.36º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #462E17 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 46 23 -
CMYK 0 0.34 0.67 0.73
HSL 29.36º 0.51% 0.18% -
HSV(B) 29.36º 0.67% 0.27% -
XYZ 3.66 3.32 1.26 -
YUV 50.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 70 46 23 0 0.34 0.67 0.73 29.36 0.51 0.18
Hex 46 2E 17 0 22 43 49 1D 33 12
Octal 106 56 27 0 42 103 111 35 63 22
Binary 1000110 101110 10111 0 100010 1000011 1001001 11101 110011 10010

Color Harmonies of #462E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E17

Black with #462E17

Text Example


Text Example

White with #462E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,46,23); }

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

background-color css

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

 a { background-color: rgb(70,46,23); }

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

border-color css

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

 span { border-color: rgb(70,46,23); }

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