Html Css Color HEX #462B10 Bistre

📋 copy color: '#462B10'

red 70 ◦ green 43 ◦ blue 16

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

Shades of Bistre #462B10

Tints of Bistre #462B10

RGB

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

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

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

R = 54.26%
G = 33.33%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#462B10 (or 0x462B10) is known color: Bistre. HEX triplet: 46, 2B and 10. RGB value is (70,43,16). Sum of RGB (Red+Green+Blue) = 70+43+16=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #462B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462B10 is #B9D4EF. Grayscale: #303030. Windows color (decimal): -12178672 or 1059654. OLE color: 1059654.

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

Color convert

RGB 70 43 16 -
CMYK 0 0.39 0.77 0.73
HSL 30º 0.63% 0.17% -
HSV(B) 30º 0.77% 0.27% -
XYZ 3.48 3.07 0.9 -
YUV 48 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 70 43 16 0 0.39 0.77 0.73 30 0.63 0.17
Hex 46 2B 10 0 27 4D 49 1E 3F 11
Octal 106 53 20 0 47 115 111 36 77 21
Binary 1000110 101011 10000 0 100111 1001101 1001001 11110 111111 10001

Color Harmonies of #462B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B10

Black with #462B10

Text Example


Text Example

White with #462B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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