Html Css Color HEX #42361E Mikado

📋 copy color: '#42361E'

red 66 ◦ green 54 ◦ blue 30

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

Shades of Mikado #42361E

Tints of Mikado #42361E

RGB

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

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

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

R = 44%
G = 36%
B = 20%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#42361E (or 0x42361E) is known color: Mikado. HEX triplet: 42, 36 and 1E. RGB value is (66,54,30). Sum of RGB (Red+Green+Blue) = 66+54+30=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #42361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42361E is #BDC9E1. Grayscale: #363636. Windows color (decimal): -12437986 or 1979970. OLE color: 1979970.

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

Color convert

RGB 66 54 30 -
CMYK 0 0.18 0.55 0.74
HSL 40º 0.38% 0.19% -
HSV(B) 40º 0.55% 0.26% -
XYZ 3.8 3.89 1.78 -
YUV 54.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 66 54 30 0 0.18 0.55 0.74 40 0.38 0.19
Hex 42 36 1E 0 12 37 4A 28 26 13
Octal 102 66 36 0 22 67 112 50 46 23
Binary 1000010 110110 11110 0 10010 110111 1001010 101000 100110 10011

Color Harmonies of #42361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42361E

Black with #42361E

Text Example


Text Example

White with #42361E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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