Html Css Color HEX #462B04 Bistre

📋 copy color: '#462B04'

red 70 ◦ green 43 ◦ blue 4

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

Shades of Bistre #462B04

Tints of Bistre #462B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.42%

R = 59.83%
G = 36.75%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#462B04 (or 0x462B04) is known color: Bistre. HEX triplet: 46, 2B and 04. RGB value is (70,43,4). Sum of RGB (Red+Green+Blue) = 70+43+4=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #462B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462B04 is #B9D4FB. Grayscale: #2E2E2E. Windows color (decimal): -12178684 or 273222. OLE color: 273222.

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

Color convert

RGB 70 43 4 -
CMYK 0 0.39 0.94 0.73
HSL 35.45º 0.89% 0.15% -
HSV(B) 35.45º 0.94% 0.27% -
XYZ 3.41 3.04 0.52 -
YUV 46.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 70 43 4 0 0.39 0.94 0.73 35.45 0.89 0.15
Hex 46 2B 4 0 27 5E 49 23 59 F
Octal 106 53 4 0 47 136 111 43 131 17
Binary 1000110 101011 100 0 100111 1011110 1001001 100011 1011001 1111

Color Harmonies of #462B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B04

Black with #462B04

Text Example


Text Example

White with #462B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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