Html Css Color HEX #41390C Madras

📋 copy color: '#41390C'

red 65 ◦ green 57 ◦ blue 12

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

Shades of Madras #41390C

Tints of Madras #41390C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.96%

R = 48.51%
G = 42.54%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41390C (or 0x41390C) is known color: Madras. HEX triplet: 41, 39 and 0C. RGB value is (65,57,12). Sum of RGB (Red+Green+Blue) = 65+57+12=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #41390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41390C is #BEC6F3. Grayscale: #363636. Windows color (decimal): -12502772 or 801089. OLE color: 801089.

HSL color Cylindrical-coordinate representation of color #41390C: hue angle of 50.94º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41390C is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 57 12 -
CMYK 0 0.12 0.82 0.75
HSL 50.94º 0.69% 0.15% -
HSV(B) 50.94º 0.82% 0.25% -
XYZ 3.71 4.08 0.94 -
YUV 54.26 104.15 135.66 -
System Red Green Blue C M Y K H S L
Decimal 65 57 12 0 0.12 0.82 0.75 50.94 0.69 0.15
Hex 41 39 C 0 C 52 4B 33 45 F
Octal 101 71 14 0 14 122 113 63 105 17
Binary 1000001 111001 1100 0 1100 1010010 1001011 110011 1000101 1111

Color Harmonies of #41390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41390C

Black with #41390C

Text Example


Text Example

White with #41390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41390C; }

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

 H1.HeaderClassName
 {
   color: #41390C;
 }
 .AnyTagClassName
 {
   color: #41390C;
 }
</style>

background-color css

<style>
 a { background-color: #41390C; }

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

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

border-color css

<style>
 span { border-color: #41390C; }

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

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