Html Css Color HEX #462B15 Bistre

📋 copy color: '#462B15'

red 70 ◦ green 43 ◦ blue 21

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

Shades of Bistre #462B15

Tints of Bistre #462B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.67%

R = 52.24%
G = 32.09%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#462B15 (or 0x462B15) is known color: Bistre. HEX triplet: 46, 2B and 15. RGB value is (70,43,21). Sum of RGB (Red+Green+Blue) = 70+43+21=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #462B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462B15 is #B9D4EA. Grayscale: #303030. Windows color (decimal): -12178667 or 1387334. OLE color: 1387334.

HSL color Cylindrical-coordinate representation of color #462B15: hue angle of 26.94º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462B15 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 43 21 -
CMYK 0 0.39 0.70 0.73
HSL 26.94º 0.54% 0.18% -
HSV(B) 26.94º 0.7% 0.27% -
XYZ 3.53 3.08 1.12 -
YUV 48.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 70 43 21 0 0.39 0.70 0.73 26.94 0.54 0.18
Hex 46 2B 15 0 27 46 49 1B 36 12
Octal 106 53 25 0 47 106 111 33 66 22
Binary 1000110 101011 10101 0 100111 1000110 1001001 11011 110110 10010

Color Harmonies of #462B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B15

Black with #462B15

Text Example


Text Example

White with #462B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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