Html Css Color HEX #41390F Madras

📋 copy color: '#41390F'

red 65 ◦ green 57 ◦ blue 15

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

Shades of Madras #41390F

Tints of Madras #41390F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.95%

R = 47.45%
G = 41.61%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41390F (or 0x41390F) is known color: Madras. HEX triplet: 41, 39 and 0F. RGB value is (65,57,15). Sum of RGB (Red+Green+Blue) = 65+57+15=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #41390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41390F is #BEC6F0. Grayscale: #363636. Windows color (decimal): -12502769 or 997697. OLE color: 997697.

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

Color convert

RGB 65 57 15 -
CMYK 0 0.12 0.77 0.75
HSL 50.4º 0.63% 0.16% -
HSV(B) 50.4º 0.77% 0.25% -
XYZ 3.73 4.08 1.04 -
YUV 54.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 65 57 15 0 0.12 0.77 0.75 50.4 0.63 0.16
Hex 41 39 F 0 C 4D 4B 32 3E 10
Octal 101 71 17 0 14 115 113 62 76 20
Binary 1000001 111001 1111 0 1100 1001101 1001011 110010 111110 10000

Color Harmonies of #41390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41390F

Black with #41390F

Text Example


Text Example

White with #41390F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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