Html Css Color HEX #41370C Madras

📋 copy color: '#41370C'

red 65 ◦ green 55 ◦ blue 12

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

Shades of Madras #41370C

Tints of Madras #41370C

RGB

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

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

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

R = 49.24%
G = 41.67%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41370C (or 0x41370C) is known color: Madras. HEX triplet: 41, 37 and 0C. RGB value is (65,55,12). Sum of RGB (Red+Green+Blue) = 65+55+12=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41370C is #BEC8F3. Grayscale: #353535. Windows color (decimal): -12503284 or 800577. OLE color: 800577.

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

Color convert

RGB 65 55 12 -
CMYK 0 0.15 0.82 0.75
HSL 48.68º 0.69% 0.15% -
HSV(B) 48.68º 0.82% 0.25% -
XYZ 3.61 3.88 0.91 -
YUV 53.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 65 55 12 0 0.15 0.82 0.75 48.68 0.69 0.15
Hex 41 37 C 0 F 52 4B 31 45 F
Octal 101 67 14 0 17 122 113 61 105 17
Binary 1000001 110111 1100 0 1111 1010010 1001011 110001 1000101 1111

Color Harmonies of #41370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41370C

Black with #41370C

Text Example


Text Example

White with #41370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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