Html Css Color HEX #442A0F Bistre

📋 copy color: '#442A0F'

red 68 ◦ green 42 ◦ blue 15

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

Shades of Bistre #442A0F

Tints of Bistre #442A0F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 33.6%

 BLUE value IS 15 (6.25% from 255) = 12%

R = 54.4%
G = 33.6%
B = 12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#442A0F (or 0x442A0F) is known color: Bistre. HEX triplet: 44, 2A and 0F. RGB value is (68,42,15). Sum of RGB (Red+Green+Blue) = 68+42+15=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #442A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442A0F is #BBD5F0. Grayscale: #2E2E2E. Windows color (decimal): -12310001 or 993860. OLE color: 993860.

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

Color convert

RGB 68 42 15 -
CMYK 0 0.38 0.78 0.73
HSL 30.57º 0.64% 0.16% -
HSV(B) 30.57º 0.78% 0.27% -
XYZ 3.3 2.92 0.84 -
YUV 46.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 68 42 15 0 0.38 0.78 0.73 30.57 0.64 0.16
Hex 44 2A F 0 26 4E 49 1F 40 10
Octal 104 52 17 0 46 116 111 37 100 20
Binary 1000100 101010 1111 0 100110 1001110 1001001 11111 1000000 10000

Color Harmonies of #442A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A0F

Black with #442A0F

Text Example


Text Example

White with #442A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,42,15); }

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

background-color css

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

 a { background-color: rgb(68,42,15); }

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

border-color css

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

 span { border-color: rgb(68,42,15); }

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