Html Css Color HEX #462A01 Bistre

📋 copy color: '#462A01'

red 70 ◦ green 42 ◦ blue 1

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

Shades of Bistre #462A01

Tints of Bistre #462A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 61.95%
G = 37.17%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#462A01 (or 0x462A01) is known color: Bistre. HEX triplet: 46, 2A and 01. RGB value is (70,42,1). Sum of RGB (Red+Green+Blue) = 70+42+1=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #462A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A01 is #B9D5FE. Grayscale: #2D2D2D. Windows color (decimal): -12178943 or 76358. OLE color: 76358.

HSL color Cylindrical-coordinate representation of color #462A01: hue angle of 35.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #462A01 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 42 1 -
CMYK 0 0.40 0.99 0.73
HSL 35.65º 0.97% 0.14% -
HSV(B) 35.65º 0.99% 0.27% -
XYZ 3.36 2.96 0.42 -
YUV 45.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 70 42 1 0 0.40 0.99 0.73 35.65 0.97 0.14
Hex 46 2A 1 0 28 63 49 24 61 E
Octal 106 52 1 0 50 143 111 44 141 16
Binary 1000110 101010 1 0 101000 1100011 1001001 100100 1100001 1110

Color Harmonies of #462A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A01

Black with #462A01

Text Example


Text Example

White with #462A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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