Html Css Color HEX #42361D Mikado

📋 copy color: '#42361D'

red 66 ◦ green 54 ◦ blue 29

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

Shades of Mikado #42361D

Tints of Mikado #42361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.24%

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

R = 44.3%
G = 36.24%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#42361D (or 0x42361D) is known color: Mikado. HEX triplet: 42, 36 and 1D. RGB value is (66,54,29). Sum of RGB (Red+Green+Blue) = 66+54+29=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #42361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42361D is #BDC9E2. Grayscale: #363636. Windows color (decimal): -12437987 or 1914434. OLE color: 1914434.

HSL color Cylindrical-coordinate representation of color #42361D: hue angle of 40.54º 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 #42361D is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 54 29 -
CMYK 0 0.18 0.56 0.74
HSL 40.54º 0.39% 0.19% -
HSV(B) 40.54º 0.56% 0.26% -
XYZ 3.79 3.89 1.71 -
YUV 54.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 66 54 29 0 0.18 0.56 0.74 40.54 0.39 0.19
Hex 42 36 1D 0 12 38 4A 29 27 13
Octal 102 66 35 0 22 70 112 51 47 23
Binary 1000010 110110 11101 0 10010 111000 1001010 101001 100111 10011

Color Harmonies of #42361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42361D

Black with #42361D

Text Example


Text Example

White with #42361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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