Html Css Color HEX #462B09 Bistre

📋 copy color: '#462B09'

red 70 ◦ green 43 ◦ blue 9

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

Shades of Bistre #462B09

Tints of Bistre #462B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.38%

R = 57.38%
G = 35.25%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#462B09 (or 0x462B09) is known color: Bistre. HEX triplet: 46, 2B and 09. RGB value is (70,43,9). Sum of RGB (Red+Green+Blue) = 70+43+9=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #462B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462B09 is #B9D4F6. Grayscale: #2F2F2F. Windows color (decimal): -12178679 or 600902. OLE color: 600902.

HSL color Cylindrical-coordinate representation of color #462B09: hue angle of 33.44º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #462B09 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 43 9 -
CMYK 0 0.39 0.87 0.73
HSL 33.44º 0.77% 0.15% -
HSV(B) 33.44º 0.87% 0.27% -
XYZ 3.44 3.05 0.67 -
YUV 47.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 70 43 9 0 0.39 0.87 0.73 33.44 0.77 0.15
Hex 46 2B 9 0 27 57 49 21 4D F
Octal 106 53 11 0 47 127 111 41 115 17
Binary 1000110 101011 1001 0 100111 1010111 1001001 100001 1001101 1111

Color Harmonies of #462B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B09

Black with #462B09

Text Example


Text Example

White with #462B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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