Html Css Color HEX #41381E Mikado

📋 copy color: '#41381E'

red 65 ◦ green 56 ◦ blue 30

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

Shades of Mikado #41381E

Tints of Mikado #41381E

RGB

 RED value IS 65 (25.78% from 255) = 43.05%

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

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

R = 43.05%
G = 37.09%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41381E (or 0x41381E) is known color: Mikado. HEX triplet: 41, 38 and 1E. RGB value is (65,56,30). Sum of RGB (Red+Green+Blue) = 65+56+30=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #41381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41381E is #BEC7E1. Grayscale: #373737. Windows color (decimal): -12503010 or 1980481. OLE color: 1980481.

HSL color Cylindrical-coordinate representation of color #41381E: hue angle of 44.57º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41381E is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 56 30 -
CMYK 0 0.14 0.54 0.75
HSL 44.57º 0.37% 0.19% -
HSV(B) 44.57º 0.54% 0.25% -
XYZ 3.83 4.05 1.81 -
YUV 55.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 65 56 30 0 0.14 0.54 0.75 44.57 0.37 0.19
Hex 41 38 1E 0 E 36 4B 2D 25 13
Octal 101 70 36 0 16 66 113 55 45 23
Binary 1000001 111000 11110 0 1110 110110 1001011 101101 100101 10011

Color Harmonies of #41381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41381E

Black with #41381E

Text Example


Text Example

White with #41381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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