Html Css Color HEX #462A15 Bistre

📋 copy color: '#462A15'

red 70 ◦ green 42 ◦ blue 21

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

Shades of Bistre #462A15

Tints of Bistre #462A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.58%

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

R = 52.63%
G = 31.58%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#462A15 (or 0x462A15) is known color: Bistre. HEX triplet: 46, 2A and 15. RGB value is (70,42,21). Sum of RGB (Red+Green+Blue) = 70+42+21=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #462A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A15 is #B9D5EA. Grayscale: #303030. Windows color (decimal): -12178923 or 1387078. OLE color: 1387078.

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

Color convert

RGB 70 42 21 -
CMYK 0 0.40 0.70 0.73
HSL 25.71º 0.54% 0.18% -
HSV(B) 25.71º 0.7% 0.27% -
XYZ 3.49 3.01 1.11 -
YUV 47.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 70 42 21 0 0.40 0.70 0.73 25.71 0.54 0.18
Hex 46 2A 15 0 28 46 49 1A 36 12
Octal 106 52 25 0 50 106 111 32 66 22
Binary 1000110 101010 10101 0 101000 1000110 1001001 11010 110110 10010

Color Harmonies of #462A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A15

Black with #462A15

Text Example


Text Example

White with #462A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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