Html Css Color HEX #462D12 Bistre

📋 copy color: '#462D12'

red 70 ◦ green 45 ◦ blue 18

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

Shades of Bistre #462D12

Tints of Bistre #462D12

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.83%

 BLUE value IS 18 (7.42% from 255) = 13.53%

R = 52.63%
G = 33.83%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#462D12 (or 0x462D12) is known color: Bistre. HEX triplet: 46, 2D and 12. RGB value is (70,45,18). Sum of RGB (Red+Green+Blue) = 70+45+18=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #462D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462D12 is #B9D2ED. Grayscale: #313131. Windows color (decimal): -12178158 or 1191238. OLE color: 1191238.

HSL color Cylindrical-coordinate representation of color #462D12: hue angle of 31.15º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #462D12 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 45 18 -
CMYK 0 0.36 0.74 0.73
HSL 31.15º 0.59% 0.17% -
HSV(B) 31.15º 0.74% 0.27% -
XYZ 3.57 3.22 1.01 -
YUV 49.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 70 45 18 0 0.36 0.74 0.73 31.15 0.59 0.17
Hex 46 2D 12 0 24 4A 49 1F 3B 11
Octal 106 55 22 0 44 112 111 37 73 21
Binary 1000110 101101 10010 0 100100 1001010 1001001 11111 111011 10001

Color Harmonies of #462D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D12

Black with #462D12

Text Example


Text Example

White with #462D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,45,18); }

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

background-color css

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

 a { background-color: rgb(70,45,18); }

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

border-color css

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

 span { border-color: rgb(70,45,18); }

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