Html Css Color HEX #45421A Madras

📋 copy color: '#45421A'

red 69 ◦ green 66 ◦ blue 26

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

Shades of Madras #45421A

Tints of Madras #45421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.15%

R = 42.86%
G = 40.99%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#45421A (or 0x45421A) is known color: Madras. HEX triplet: 45, 42 and 1A. RGB value is (69,66,26). Sum of RGB (Red+Green+Blue) = 69+66+26=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 69 - color contains mainly: red. Hex color #45421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45421A is #BABDE5. Grayscale: #3E3E3E. Windows color (decimal): -12238310 or 1720901. OLE color: 1720901.

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

Color convert

RGB 69 66 26 -
CMYK 0 0.04 0.62 0.73
HSL 55.81º 0.45% 0.19% -
HSV(B) 55.81º 0.62% 0.27% -
XYZ 4.59 5.24 1.75 -
YUV 62.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 69 66 26 0 0.04 0.62 0.73 55.81 0.45 0.19
Hex 45 42 1A 0 4 3E 49 38 2D 13
Octal 105 102 32 0 4 76 111 70 55 23
Binary 1000101 1000010 11010 0 100 111110 1001001 111000 101101 10011

Color Harmonies of #45421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45421A

Black with #45421A

Text Example


Text Example

White with #45421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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