Html Css Color HEX #442D00 Mikado

📋 copy color: '#442D00'

red 68 ◦ green 45 ◦ blue 0

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

Shades of Mikado #442D00

Tints of Mikado #442D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.18%
G = 39.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#442D00 (or 0x442D00) is known color: Mikado. HEX triplet: 44, 2D and 00. RGB value is (68,45,0). Sum of RGB (Red+Green+Blue) = 68+45+0=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #442D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442D00 is #BBD2FF. Grayscale: #2E2E2E. Windows color (decimal): -12309248 or 11588. OLE color: 11588.

HSL color Cylindrical-coordinate representation of color #442D00: hue angle of 39.71º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #442D00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 45 0 -
CMYK 0 0.34 1 0.73
HSL 39.71º 1% 0.13% -
HSV(B) 39.71º 1% 0.27% -
XYZ 3.32 3.11 0.42 -
YUV 46.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 68 45 0 0 0.34 1 0.73 39.71 1 0.13
Hex 44 2D 0 0 22 64 49 28 64 D
Octal 104 55 0 0 42 144 111 50 144 15
Binary 1000100 101101 0 0 100010 1100100 1001001 101000 1100100 1101

Color Harmonies of #442D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D00

Black with #442D00

Text Example


Text Example

White with #442D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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