Html Css Color HEX #413A1B Madras

📋 copy color: '#413A1B'

red 65 ◦ green 58 ◦ blue 27

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

Shades of Madras #413A1B

Tints of Madras #413A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.67%

 BLUE value IS 27 (10.94% from 255) = 18%

R = 43.33%
G = 38.67%
B = 18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#413A1B (or 0x413A1B) is known color: Madras. HEX triplet: 41, 3A and 1B. RGB value is (65,58,27). Sum of RGB (Red+Green+Blue) = 65+58+27=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #413A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A1B is #BEC5E4. Grayscale: #383838. Windows color (decimal): -12502501 or 1784385. OLE color: 1784385.

HSL color Cylindrical-coordinate representation of color #413A1B: hue angle of 48.95º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413A1B is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 58 27 -
CMYK 0 0.11 0.58 0.75
HSL 48.95º 0.41% 0.18% -
HSV(B) 48.95º 0.58% 0.25% -
XYZ 3.89 4.23 1.65 -
YUV 56.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 65 58 27 0 0.11 0.58 0.75 48.95 0.41 0.18
Hex 41 3A 1B 0 B 3A 4B 31 29 12
Octal 101 72 33 0 13 72 113 61 51 22
Binary 1000001 111010 11011 0 1011 111010 1001011 110001 101001 10010

Color Harmonies of #413A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A1B

Black with #413A1B

Text Example


Text Example

White with #413A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413A1B; }

 p { color: rgb(65,58,27); }

 H1.HeaderClassName
 {
   color: #413A1B;
 }
 .AnyTagClassName
 {
   color: #413A1B;
 }
</style>

background-color css

<style>
 a { background-color: #413A1B; }

 a { background-color: rgb(65,58,27); }

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

border-color css

<style>
 span { border-color: #413A1B; }

 span { border-color: rgb(65,58,27); }

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