Html Css Color HEX #42371E Mikado

📋 copy color: '#42371E'

red 66 ◦ green 55 ◦ blue 30

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

Shades of Mikado #42371E

Tints of Mikado #42371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.87%

R = 43.71%
G = 36.42%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#42371E (or 0x42371E) is known color: Mikado. HEX triplet: 42, 37 and 1E. RGB value is (66,55,30). Sum of RGB (Red+Green+Blue) = 66+55+30=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #42371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42371E is #BDC8E1. Grayscale: #373737. Windows color (decimal): -12437730 or 1980226. OLE color: 1980226.

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

Color convert

RGB 66 55 30 -
CMYK 0 0.17 0.55 0.74
HSL 41.67º 0.38% 0.19% -
HSV(B) 41.67º 0.55% 0.26% -
XYZ 3.85 3.98 1.79 -
YUV 55.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 66 55 30 0 0.17 0.55 0.74 41.67 0.38 0.19
Hex 42 37 1E 0 11 37 4A 2A 26 13
Octal 102 67 36 0 21 67 112 52 46 23
Binary 1000010 110111 11110 0 10001 110111 1001010 101010 100110 10011

Color Harmonies of #42371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42371E

Black with #42371E

Text Example


Text Example

White with #42371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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