Html Css Color HEX #45421B Madras

📋 copy color: '#45421B'

red 69 ◦ green 66 ◦ blue 27

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

Shades of Madras #45421B

Tints of Madras #45421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.74%

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

R = 42.59%
G = 40.74%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#45421B (or 0x45421B) is known color: Madras. HEX triplet: 45, 42 and 1B. RGB value is (69,66,27). Sum of RGB (Red+Green+Blue) = 69+66+27=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 69 - color contains mainly: red. Hex color #45421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45421B is #BABDE4. Grayscale: #3E3E3E. Windows color (decimal): -12238309 or 1786437. OLE color: 1786437.

HSL color Cylindrical-coordinate representation of color #45421B: hue angle of 55.71º 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 #45421B is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 66 27 -
CMYK 0 0.04 0.61 0.73
HSL 55.71º 0.44% 0.19% -
HSV(B) 55.71º 0.61% 0.27% -
XYZ 4.6 5.24 1.81 -
YUV 62.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 69 66 27 0 0.04 0.61 0.73 55.71 0.44 0.19
Hex 45 42 1B 0 4 3D 49 38 2C 13
Octal 105 102 33 0 4 75 111 70 54 23
Binary 1000101 1000010 11011 0 100 111101 1001001 111000 101100 10011

Color Harmonies of #45421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45421B

Black with #45421B

Text Example


Text Example

White with #45421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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