Html Css Color HEX #45411B Madras

📋 copy color: '#45411B'

red 69 ◦ green 65 ◦ blue 27

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

Shades of Madras #45411B

Tints of Madras #45411B

RGB

 RED value IS 69 (27.34% from 255) = 42.86%

 GREEN value IS 65 (25.78% from 255) = 40.37%

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

R = 42.86%
G = 40.37%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#45411B (or 0x45411B) is known color: Madras. HEX triplet: 45, 41 and 1B. RGB value is (69,65,27). Sum of RGB (Red+Green+Blue) = 69+65+27=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 69 - color contains mainly: red. Hex color #45411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45411B is #BABEE4. Grayscale: #3E3E3E. Windows color (decimal): -12238565 or 1786181. OLE color: 1786181.

HSL color Cylindrical-coordinate representation of color #45411B: hue angle of 54.29º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45411B is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 65 27 -
CMYK 0 0.06 0.61 0.73
HSL 54.29º 0.44% 0.19% -
HSV(B) 54.29º 0.61% 0.27% -
XYZ 4.54 5.12 1.79 -
YUV 61.86 108.33 133.09 -
System Red Green Blue C M Y K H S L
Decimal 69 65 27 0 0.06 0.61 0.73 54.29 0.44 0.19
Hex 45 41 1B 0 6 3D 49 36 2C 13
Octal 105 101 33 0 6 75 111 66 54 23
Binary 1000101 1000001 11011 0 110 111101 1001001 110110 101100 10011

Color Harmonies of #45411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45411B

Black with #45411B

Text Example


Text Example

White with #45411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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