Html Css Color HEX #45421D Madras

📋 copy color: '#45421D'

red 69 ◦ green 66 ◦ blue 29

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

Shades of Madras #45421D

Tints of Madras #45421D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 42.07%
G = 40.24%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#45421D (or 0x45421D) is known color: Madras. HEX triplet: 45, 42 and 1D. RGB value is (69,66,29). Sum of RGB (Red+Green+Blue) = 69+66+29=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 69 - color contains mainly: red. Hex color #45421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45421D is #BABDE2. Grayscale: #3E3E3E. Windows color (decimal): -12238307 or 1917509. OLE color: 1917509.

HSL color Cylindrical-coordinate representation of color #45421D: hue angle of 55.5º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45421D is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 66 29 -
CMYK 0 0.04 0.58 0.73
HSL 55.5º 0.41% 0.19% -
HSV(B) 55.5º 0.58% 0.27% -
XYZ 4.62 5.25 1.93 -
YUV 62.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 69 66 29 0 0.04 0.58 0.73 55.5 0.41 0.19
Hex 45 42 1D 0 4 3A 49 38 29 13
Octal 105 102 35 0 4 72 111 70 51 23
Binary 1000101 1000010 11101 0 100 111010 1001001 111000 101001 10011

Color Harmonies of #45421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45421D

Black with #45421D

Text Example


Text Example

White with #45421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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