Html Css Color HEX #442D12 Bistre

📋 copy color: '#442D12'

red 68 ◦ green 45 ◦ blue 18

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

Shades of Bistre #442D12

Tints of Bistre #442D12

RGB

 RED value IS 68 (26.95% from 255) = 51.91%

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

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

R = 51.91%
G = 34.35%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#442D12 (or 0x442D12) is known color: Bistre. HEX triplet: 44, 2D and 12. RGB value is (68,45,18). Sum of RGB (Red+Green+Blue) = 68+45+18=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #442D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442D12 is #BBD2ED. Grayscale: #303030. Windows color (decimal): -12309230 or 1191236. OLE color: 1191236.

HSL color Cylindrical-coordinate representation of color #442D12: hue angle of 32.4º degrees, saturation: 0.58, 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 #442D12 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 45 18 -
CMYK 0 0.34 0.74 0.73
HSL 32.4º 0.58% 0.17% -
HSV(B) 32.4º 0.74% 0.27% -
XYZ 3.43 3.15 1 -
YUV 48.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 68 45 18 0 0.34 0.74 0.73 32.4 0.58 0.17
Hex 44 2D 12 0 22 4A 49 20 3A 11
Octal 104 55 22 0 42 112 111 40 72 21
Binary 1000100 101101 10010 0 100010 1001010 1001001 100000 111010 10001

Color Harmonies of #442D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D12

Black with #442D12

Text Example


Text Example

White with #442D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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