Html Css Color HEX #41370F Madras

📋 copy color: '#41370F'

red 65 ◦ green 55 ◦ blue 15

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

Shades of Madras #41370F

Tints of Madras #41370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.74%

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

R = 48.15%
G = 40.74%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41370F (or 0x41370F) is known color: Madras. HEX triplet: 41, 37 and 0F. RGB value is (65,55,15). Sum of RGB (Red+Green+Blue) = 65+55+15=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41370F is #BEC8F0. Grayscale: #353535. Windows color (decimal): -12503281 or 997185. OLE color: 997185.

HSL color Cylindrical-coordinate representation of color #41370F: hue angle of 48º 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 #41370F is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 55 15 -
CMYK 0 0.15 0.77 0.75
HSL 48º 0.63% 0.16% -
HSV(B) 48º 0.77% 0.25% -
XYZ 3.63 3.89 1.01 -
YUV 53.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 65 55 15 0 0.15 0.77 0.75 48 0.63 0.16
Hex 41 37 F 0 F 4D 4B 30 3E 10
Octal 101 67 17 0 17 115 113 60 76 20
Binary 1000001 110111 1111 0 1111 1001101 1001011 110000 111110 10000

Color Harmonies of #41370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41370F

Black with #41370F

Text Example


Text Example

White with #41370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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