Html Css Color HEX #41391E Madras

📋 copy color: '#41391E'

red 65 ◦ green 57 ◦ blue 30

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

Shades of Madras #41391E

Tints of Madras #41391E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.5%

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

R = 42.76%
G = 37.5%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41391E (or 0x41391E) is known color: Madras. HEX triplet: 41, 39 and 1E. RGB value is (65,57,30). Sum of RGB (Red+Green+Blue) = 65+57+30=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #41391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41391E is #BEC6E1. Grayscale: #383838. Windows color (decimal): -12502754 or 1980737. OLE color: 1980737.

HSL color Cylindrical-coordinate representation of color #41391E: hue angle of 46.29º 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 #41391E is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 57 30 -
CMYK 0 0.12 0.54 0.75
HSL 46.29º 0.37% 0.19% -
HSV(B) 46.29º 0.54% 0.25% -
XYZ 3.88 4.14 1.82 -
YUV 56.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 65 57 30 0 0.12 0.54 0.75 46.29 0.37 0.19
Hex 41 39 1E 0 C 36 4B 2E 25 13
Octal 101 71 36 0 14 66 113 56 45 23
Binary 1000001 111001 11110 0 1100 110110 1001011 101110 100101 10011

Color Harmonies of #41391E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41391E

Black with #41391E

Text Example


Text Example

White with #41391E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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