Html Css Color HEX #42381E Mikado

📋 copy color: '#42381E'

red 66 ◦ green 56 ◦ blue 30

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

Shades of Mikado #42381E

Tints of Mikado #42381E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.84%

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

R = 43.42%
G = 36.84%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#42381E (or 0x42381E) is known color: Mikado. HEX triplet: 42, 38 and 1E. RGB value is (66,56,30). Sum of RGB (Red+Green+Blue) = 66+56+30=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #42381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42381E is #BDC7E1. Grayscale: #383838. Windows color (decimal): -12437474 or 1980482. OLE color: 1980482.

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

Color convert

RGB 66 56 30 -
CMYK 0 0.15 0.55 0.74
HSL 43.33º 0.38% 0.19% -
HSV(B) 43.33º 0.55% 0.26% -
XYZ 3.9 4.08 1.81 -
YUV 56.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 66 56 30 0 0.15 0.55 0.74 43.33 0.38 0.19
Hex 42 38 1E 0 F 37 4A 2B 26 13
Octal 102 70 36 0 17 67 112 53 46 23
Binary 1000010 111000 11110 0 1111 110111 1001010 101011 100110 10011

Color Harmonies of #42381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42381E

Black with #42381E

Text Example


Text Example

White with #42381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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