Html Css Color HEX #442F01 Mikado

📋 copy color: '#442F01'

red 68 ◦ green 47 ◦ blue 1

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

Shades of Mikado #442F01

Tints of Mikado #442F01

RGB

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

 GREEN value IS 47 (18.75% from 255) = 40.52%

 BLUE value IS 1 (0.78% from 255) = 0.86%

R = 58.62%
G = 40.52%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#442F01 (or 0x442F01) is known color: Mikado. HEX triplet: 44, 2F and 01. RGB value is (68,47,1). Sum of RGB (Red+Green+Blue) = 68+47+1=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #442F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442F01 is #BBD0FE. Grayscale: #303030. Windows color (decimal): -12308735 or 77636. OLE color: 77636.

HSL color Cylindrical-coordinate representation of color #442F01: hue angle of 41.19º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #442F01 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 47 1 -
CMYK 0 0.31 0.99 0.73
HSL 41.19º 0.97% 0.14% -
HSV(B) 41.19º 0.99% 0.27% -
XYZ 3.41 3.26 0.48 -
YUV 48.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 68 47 1 0 0.31 0.99 0.73 41.19 0.97 0.14
Hex 44 2F 1 0 1F 63 49 29 61 E
Octal 104 57 1 0 37 143 111 51 141 16
Binary 1000100 101111 1 0 11111 1100011 1001001 101001 1100001 1110

Color Harmonies of #442F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F01

Black with #442F01

Text Example


Text Example

White with #442F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,47,1); }

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

background-color css

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

 a { background-color: rgb(68,47,1); }

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

border-color css

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

 span { border-color: rgb(68,47,1); }

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