Html Css Color HEX #462D18 Bistre

📋 copy color: '#462D18'

red 70 ◦ green 45 ◦ blue 24

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

Shades of Bistre #462D18

Tints of Bistre #462D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.27%

R = 50.36%
G = 32.37%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#462D18 (or 0x462D18) is known color: Bistre. HEX triplet: 46, 2D and 18. RGB value is (70,45,24). Sum of RGB (Red+Green+Blue) = 70+45+24=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #462D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462D18 is #B9D2E7. Grayscale: #323232. Windows color (decimal): -12178152 or 1584454. OLE color: 1584454.

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

Color convert

RGB 70 45 24 -
CMYK 0 0.36 0.66 0.73
HSL 27.39º 0.49% 0.18% -
HSV(B) 27.39º 0.66% 0.27% -
XYZ 3.63 3.24 1.3 -
YUV 50.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 70 45 24 0 0.36 0.66 0.73 27.39 0.49 0.18
Hex 46 2D 18 0 24 42 49 1B 31 12
Octal 106 55 30 0 44 102 111 33 61 22
Binary 1000110 101101 11000 0 100100 1000010 1001001 11011 110001 10010

Color Harmonies of #462D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D18

Black with #462D18

Text Example


Text Example

White with #462D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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