Html Css Color HEX #41381F Mikado

📋 copy color: '#41381F'

red 65 ◦ green 56 ◦ blue 31

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

Shades of Mikado #41381F

Tints of Mikado #41381F

RGB

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

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

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

R = 42.76%
G = 36.84%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41381F (or 0x41381F) is known color: Mikado. HEX triplet: 41, 38 and 1F. RGB value is (65,56,31). Sum of RGB (Red+Green+Blue) = 65+56+31=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #41381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41381F is #BEC7E0. Grayscale: #373737. Windows color (decimal): -12503009 or 2046017. OLE color: 2046017.

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

Color convert

RGB 65 56 31 -
CMYK 0 0.14 0.52 0.75
HSL 44.12º 0.35% 0.19% -
HSV(B) 44.12º 0.52% 0.25% -
XYZ 3.84 4.05 1.88 -
YUV 55.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 65 56 31 0 0.14 0.52 0.75 44.12 0.35 0.19
Hex 41 38 1F 0 E 34 4B 2C 23 13
Octal 101 70 37 0 16 64 113 54 43 23
Binary 1000001 111000 11111 0 1110 110100 1001011 101100 100011 10011

Color Harmonies of #41381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41381F

Black with #41381F

Text Example


Text Example

White with #41381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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