Html Css Color HEX #41380F Madras

📋 copy color: '#41380F'

red 65 ◦ green 56 ◦ blue 15

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

Shades of Madras #41380F

Tints of Madras #41380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.18%

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

R = 47.79%
G = 41.18%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41380F (or 0x41380F) is known color: Madras. HEX triplet: 41, 38 and 0F. RGB value is (65,56,15). Sum of RGB (Red+Green+Blue) = 65+56+15=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #41380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41380F is #BEC7F0. Grayscale: #363636. Windows color (decimal): -12503025 or 997441. OLE color: 997441.

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

Color convert

RGB 65 56 15 -
CMYK 0 0.14 0.77 0.75
HSL 49.2º 0.63% 0.16% -
HSV(B) 49.2º 0.77% 0.25% -
XYZ 3.68 3.99 1.03 -
YUV 54.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 65 56 15 0 0.14 0.77 0.75 49.2 0.63 0.16
Hex 41 38 F 0 E 4D 4B 31 3E 10
Octal 101 70 17 0 16 115 113 61 76 20
Binary 1000001 111000 1111 0 1110 1001101 1001011 110001 111110 10000

Color Harmonies of #41380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41380F

Black with #41380F

Text Example


Text Example

White with #41380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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