Html Css Color HEX #442B13 Bistre

📋 copy color: '#442B13'

red 68 ◦ green 43 ◦ blue 19

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

Shades of Bistre #442B13

Tints of Bistre #442B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.62%

R = 52.31%
G = 33.08%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#442B13 (or 0x442B13) is known color: Bistre. HEX triplet: 44, 2B and 13. RGB value is (68,43,19). Sum of RGB (Red+Green+Blue) = 68+43+19=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #442B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442B13 is #BBD4EC. Grayscale: #2F2F2F. Windows color (decimal): -12309741 or 1256260. OLE color: 1256260.

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

Color convert

RGB 68 43 19 -
CMYK 0 0.37 0.72 0.73
HSL 29.39º 0.56% 0.17% -
HSV(B) 29.39º 0.72% 0.27% -
XYZ 3.37 3 1.02 -
YUV 47.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 68 43 19 0 0.37 0.72 0.73 29.39 0.56 0.17
Hex 44 2B 13 0 25 48 49 1D 38 11
Octal 104 53 23 0 45 110 111 35 70 21
Binary 1000100 101011 10011 0 100101 1001000 1001001 11101 111000 10001

Color Harmonies of #442B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B13

Black with #442B13

Text Example


Text Example

White with #442B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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