Html Css Color HEX #41381B Mikado

📋 copy color: '#41381B'

red 65 ◦ green 56 ◦ blue 27

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

Shades of Mikado #41381B

Tints of Mikado #41381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.24%

R = 43.92%
G = 37.84%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41381B (or 0x41381B) is known color: Mikado. HEX triplet: 41, 38 and 1B. RGB value is (65,56,27). Sum of RGB (Red+Green+Blue) = 65+56+27=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41381B is #BEC7E4. Grayscale: #373737. Windows color (decimal): -12503013 or 1783873. OLE color: 1783873.

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

Color convert

RGB 65 56 27 -
CMYK 0 0.14 0.58 0.75
HSL 45.79º 0.41% 0.18% -
HSV(B) 45.79º 0.58% 0.25% -
XYZ 3.79 4.03 1.62 -
YUV 55.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 65 56 27 0 0.14 0.58 0.75 45.79 0.41 0.18
Hex 41 38 1B 0 E 3A 4B 2E 29 12
Octal 101 70 33 0 16 72 113 56 51 22
Binary 1000001 111000 11011 0 1110 111010 1001011 101110 101001 10010

Color Harmonies of #41381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41381B

Black with #41381B

Text Example


Text Example

White with #41381B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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