Html Css Color HEX #41370B Madras

📋 copy color: '#41370B'

red 65 ◦ green 55 ◦ blue 11

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

Shades of Madras #41370B

Tints of Madras #41370B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.4%

R = 49.62%
G = 41.98%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#41370B (or 0x41370B) is known color: Madras. HEX triplet: 41, 37 and 0B. RGB value is (65,55,11). Sum of RGB (Red+Green+Blue) = 65+55+11=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41370B is #BEC8F4. Grayscale: #353535. Windows color (decimal): -12503285 or 735041. OLE color: 735041.

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

Color convert

RGB 65 55 11 -
CMYK 0 0.15 0.83 0.75
HSL 48.89º 0.71% 0.15% -
HSV(B) 48.89º 0.83% 0.25% -
XYZ 3.61 3.88 0.88 -
YUV 52.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 65 55 11 0 0.15 0.83 0.75 48.89 0.71 0.15
Hex 41 37 B 0 F 53 4B 31 47 F
Octal 101 67 13 0 17 123 113 61 107 17
Binary 1000001 110111 1011 0 1111 1010011 1001011 110001 1000111 1111

Color Harmonies of #41370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41370B

Black with #41370B

Text Example


Text Example

White with #41370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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