Html Css Color HEX #42381F Mikado

📋 copy color: '#42381F'

red 66 ◦ green 56 ◦ blue 31

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

Shades of Mikado #42381F

Tints of Mikado #42381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.26%

R = 43.14%
G = 36.6%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#42381F (or 0x42381F) is known color: Mikado. HEX triplet: 42, 38 and 1F. RGB value is (66,56,31). Sum of RGB (Red+Green+Blue) = 66+56+31=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #42381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42381F is #BDC7E0. Grayscale: #383838. Windows color (decimal): -12437473 or 2046018. OLE color: 2046018.

HSL color Cylindrical-coordinate representation of color #42381F: hue angle of 42.86º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42381F is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 56 31 -
CMYK 0 0.15 0.53 0.74
HSL 42.86º 0.36% 0.19% -
HSV(B) 42.86º 0.53% 0.26% -
XYZ 3.91 4.09 1.88 -
YUV 56.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 66 56 31 0 0.15 0.53 0.74 42.86 0.36 0.19
Hex 42 38 1F 0 F 35 4A 2B 24 13
Octal 102 70 37 0 17 65 112 53 44 23
Binary 1000010 111000 11111 0 1111 110101 1001010 101011 100100 10011

Color Harmonies of #42381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42381F

Black with #42381F

Text Example


Text Example

White with #42381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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