Html Css Color HEX #462A0D Bistre

📋 copy color: '#462A0D'

red 70 ◦ green 42 ◦ blue 13

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

Shades of Bistre #462A0D

Tints of Bistre #462A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.4%

R = 56%
G = 33.6%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#462A0D (or 0x462A0D) is known color: Bistre. HEX triplet: 46, 2A and 0D. RGB value is (70,42,13). Sum of RGB (Red+Green+Blue) = 70+42+13=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #462A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A0D is #B9D5F2. Grayscale: #2F2F2F. Windows color (decimal): -12178931 or 862790. OLE color: 862790.

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

Color convert

RGB 70 42 13 -
CMYK 0 0.40 0.81 0.73
HSL 30.53º 0.69% 0.16% -
HSV(B) 30.53º 0.81% 0.27% -
XYZ 3.43 2.99 0.78 -
YUV 47.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 70 42 13 0 0.40 0.81 0.73 30.53 0.69 0.16
Hex 46 2A D 0 28 51 49 1F 45 10
Octal 106 52 15 0 50 121 111 37 105 20
Binary 1000110 101010 1101 0 101000 1010001 1001001 11111 1000101 10000

Color Harmonies of #462A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A0D

Black with #462A0D

Text Example


Text Example

White with #462A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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