Html Css Color HEX #42371D Mikado

📋 copy color: '#42371D'

red 66 ◦ green 55 ◦ blue 29

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

Shades of Mikado #42371D

Tints of Mikado #42371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.33%

R = 44%
G = 36.67%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#42371D (or 0x42371D) is known color: Mikado. HEX triplet: 42, 37 and 1D. RGB value is (66,55,29). Sum of RGB (Red+Green+Blue) = 66+55+29=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #42371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42371D is #BDC8E2. Grayscale: #373737. Windows color (decimal): -12437731 or 1914690. OLE color: 1914690.

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

Color convert

RGB 66 55 29 -
CMYK 0 0.17 0.56 0.74
HSL 42.16º 0.39% 0.19% -
HSV(B) 42.16º 0.56% 0.26% -
XYZ 3.83 3.98 1.73 -
YUV 55.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 66 55 29 0 0.17 0.56 0.74 42.16 0.39 0.19
Hex 42 37 1D 0 11 38 4A 2A 27 13
Octal 102 67 35 0 21 70 112 52 47 23
Binary 1000010 110111 11101 0 10001 111000 1001010 101010 100111 10011

Color Harmonies of #42371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42371D

Black with #42371D

Text Example


Text Example

White with #42371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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