Html Css Color HEX #462D16 Bistre

📋 copy color: '#462D16'

red 70 ◦ green 45 ◦ blue 22

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

Shades of Bistre #462D16

Tints of Bistre #462D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.85%

 BLUE value IS 22 (8.98% from 255) = 16.06%

R = 51.09%
G = 32.85%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#462D16 (or 0x462D16) is known color: Bistre. HEX triplet: 46, 2D and 16. RGB value is (70,45,22). Sum of RGB (Red+Green+Blue) = 70+45+22=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #462D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462D16 is #B9D2E9. Grayscale: #313131. Windows color (decimal): -12178154 or 1453382. OLE color: 1453382.

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

Color convert

RGB 70 45 22 -
CMYK 0 0.36 0.69 0.73
HSL 28.75º 0.52% 0.18% -
HSV(B) 28.75º 0.69% 0.27% -
XYZ 3.61 3.24 1.19 -
YUV 49.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 70 45 22 0 0.36 0.69 0.73 28.75 0.52 0.18
Hex 46 2D 16 0 24 45 49 1D 34 12
Octal 106 55 26 0 44 105 111 35 64 22
Binary 1000110 101101 10110 0 100100 1000101 1001001 11101 110100 10010

Color Harmonies of #462D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D16

Black with #462D16

Text Example


Text Example

White with #462D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,45,22); }

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

background-color css

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

 a { background-color: rgb(70,45,22); }

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

border-color css

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

 span { border-color: rgb(70,45,22); }

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