Html Css Color HEX #42371F Mikado

📋 copy color: '#42371F'

red 66 ◦ green 55 ◦ blue 31

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

Shades of Mikado #42371F

Tints of Mikado #42371F

RGB

 RED value IS 66 (26.17% from 255) = 43.42%

 GREEN value IS 55 (21.88% from 255) = 36.18%

 BLUE value IS 31 (12.5% from 255) = 20.39%

R = 43.42%
G = 36.18%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#42371F (or 0x42371F) is known color: Mikado. HEX triplet: 42, 37 and 1F. RGB value is (66,55,31). Sum of RGB (Red+Green+Blue) = 66+55+31=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #42371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42371F is #BDC8E0. Grayscale: #373737. Windows color (decimal): -12437729 or 2045762. OLE color: 2045762.

HSL color Cylindrical-coordinate representation of color #42371F: hue angle of 41.14º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42371F is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 55 31 -
CMYK 0 0.17 0.53 0.74
HSL 41.14º 0.36% 0.19% -
HSV(B) 41.14º 0.53% 0.26% -
XYZ 3.86 3.99 1.86 -
YUV 55.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 66 55 31 0 0.17 0.53 0.74 41.14 0.36 0.19
Hex 42 37 1F 0 11 35 4A 29 24 13
Octal 102 67 37 0 21 65 112 51 44 23
Binary 1000010 110111 11111 0 10001 110101 1001010 101001 100100 10011

Color Harmonies of #42371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42371F

Black with #42371F

Text Example


Text Example

White with #42371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42371F; }

 p { color: rgb(66,55,31); }

 H1.HeaderClassName
 {
   color: #42371F;
 }
 .AnyTagClassName
 {
   color: #42371F;
 }
</style>

background-color css

<style>
 a { background-color: #42371F; }

 a { background-color: rgb(66,55,31); }

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

border-color css

<style>
 span { border-color: #42371F; }

 span { border-color: rgb(66,55,31); }

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