Html Css Color HEX #462610 Bistre

📋 copy color: '#462610'

red 70 ◦ green 38 ◦ blue 16

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

Shades of Bistre #462610

Tints of Bistre #462610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.65%

 BLUE value IS 16 (6.64% from 255) = 12.9%

R = 56.45%
G = 30.65%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#462610 (or 0x462610) is known color: Bistre. HEX triplet: 46, 26 and 10. RGB value is (70,38,16). Sum of RGB (Red+Green+Blue) = 70+38+16=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #462610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462610 is #B9D9EF. Grayscale: #2D2D2D. Windows color (decimal): -12179952 or 1058374. OLE color: 1058374.

HSL color Cylindrical-coordinate representation of color #462610: hue angle of 24.44º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462610 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 38 16 -
CMYK 0 0.46 0.77 0.73
HSL 24.44º 0.63% 0.17% -
HSV(B) 24.44º 0.77% 0.27% -
XYZ 3.31 2.73 0.84 -
YUV 45.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 70 38 16 0 0.46 0.77 0.73 24.44 0.63 0.17
Hex 46 26 10 0 2E 4D 49 18 3F 11
Octal 106 46 20 0 56 115 111 30 77 21
Binary 1000110 100110 10000 0 101110 1001101 1001001 11000 111111 10001

Color Harmonies of #462610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462610

Black with #462610

Text Example


Text Example

White with #462610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462610; }

 p { color: rgb(70,38,16); }

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

background-color css

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

 a { background-color: rgb(70,38,16); }

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

border-color css

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

 span { border-color: rgb(70,38,16); }

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