Html Css Color HEX #42371B Mikado

📋 copy color: '#42371B'

red 66 ◦ green 55 ◦ blue 27

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

Shades of Mikado #42371B

Tints of Mikado #42371B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.24%

R = 44.59%
G = 37.16%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#42371B (or 0x42371B) is known color: Mikado. HEX triplet: 42, 37 and 1B. RGB value is (66,55,27). Sum of RGB (Red+Green+Blue) = 66+55+27=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #42371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42371B is #BDC8E4. Grayscale: #373737. Windows color (decimal): -12437733 or 1783618. OLE color: 1783618.

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

Color convert

RGB 66 55 27 -
CMYK 0 0.17 0.59 0.74
HSL 43.08º 0.42% 0.18% -
HSV(B) 43.08º 0.59% 0.26% -
XYZ 3.81 3.97 1.6 -
YUV 55.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 66 55 27 0 0.17 0.59 0.74 43.08 0.42 0.18
Hex 42 37 1B 0 11 3B 4A 2B 2A 12
Octal 102 67 33 0 21 73 112 53 52 22
Binary 1000010 110111 11011 0 10001 111011 1001010 101011 101010 10010

Color Harmonies of #42371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42371B

Black with #42371B

Text Example


Text Example

White with #42371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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