Html Css Color HEX #442B0C Bistre

📋 copy color: '#442B0C'

red 68 ◦ green 43 ◦ blue 12

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

Shades of Bistre #442B0C

Tints of Bistre #442B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.76%

R = 55.28%
G = 34.96%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#442B0C (or 0x442B0C) is known color: Bistre. HEX triplet: 44, 2B and 0C. RGB value is (68,43,12). Sum of RGB (Red+Green+Blue) = 68+43+12=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #442B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442B0C is #BBD4F3. Grayscale: #2F2F2F. Windows color (decimal): -12309748 or 797508. OLE color: 797508.

HSL color Cylindrical-coordinate representation of color #442B0C: hue angle of 33.21º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #442B0C is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 43 12 -
CMYK 0 0.37 0.82 0.73
HSL 33.21º 0.7% 0.16% -
HSV(B) 33.21º 0.82% 0.27% -
XYZ 3.31 2.98 0.75 -
YUV 46.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 68 43 12 0 0.37 0.82 0.73 33.21 0.7 0.16
Hex 44 2B C 0 25 52 49 21 46 10
Octal 104 53 14 0 45 122 111 41 106 20
Binary 1000100 101011 1100 0 100101 1010010 1001001 100001 1000110 10000

Color Harmonies of #442B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B0C

Black with #442B0C

Text Example


Text Example

White with #442B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,43,12); }

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

background-color css

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

 a { background-color: rgb(68,43,12); }

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

border-color css

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

 span { border-color: rgb(68,43,12); }

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