Html Css Color HEX #41370D Madras

📋 copy color: '#41370D'

red 65 ◦ green 55 ◦ blue 13

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

Shades of Madras #41370D

Tints of Madras #41370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.77%

R = 48.87%
G = 41.35%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41370D (or 0x41370D) is known color: Madras. HEX triplet: 41, 37 and 0D. RGB value is (65,55,13). Sum of RGB (Red+Green+Blue) = 65+55+13=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41370D is #BEC8F2. Grayscale: #353535. Windows color (decimal): -12503283 or 866113. OLE color: 866113.

HSL color Cylindrical-coordinate representation of color #41370D: hue angle of 48.46º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41370D is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 55 13 -
CMYK 0 0.15 0.80 0.75
HSL 48.46º 0.67% 0.15% -
HSV(B) 48.46º 0.8% 0.25% -
XYZ 3.62 3.89 0.94 -
YUV 53.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 65 55 13 0 0.15 0.80 0.75 48.46 0.67 0.15
Hex 41 37 D 0 F 50 4B 30 43 F
Octal 101 67 15 0 17 120 113 60 103 17
Binary 1000001 110111 1101 0 1111 1010000 1001011 110000 1000011 1111

Color Harmonies of #41370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41370D

Black with #41370D

Text Example


Text Example

White with #41370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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