Html Css Color HEX #45400C Madras

📋 copy color: '#45400C'

red 69 ◦ green 64 ◦ blue 12

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

Shades of Madras #45400C

Tints of Madras #45400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.14%

 BLUE value IS 12 (5.08% from 255) = 8.28%

R = 47.59%
G = 44.14%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#45400C (or 0x45400C) is known color: Madras. HEX triplet: 45, 40 and 0C. RGB value is (69,64,12). Sum of RGB (Red+Green+Blue) = 69+64+12=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #45400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45400C is #BABFF3. Grayscale: #3B3B3B. Windows color (decimal): -12238836 or 802885. OLE color: 802885.

HSL color Cylindrical-coordinate representation of color #45400C: hue angle of 54.74º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45400C is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 64 12 -
CMYK 0 0.07 0.83 0.73
HSL 54.74º 0.7% 0.16% -
HSV(B) 54.74º 0.83% 0.27% -
XYZ 4.35 4.96 1.08 -
YUV 59.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 69 64 12 0 0.07 0.83 0.73 54.74 0.7 0.16
Hex 45 40 C 0 7 53 49 37 46 10
Octal 105 100 14 0 7 123 111 67 106 20
Binary 1000101 1000000 1100 0 111 1010011 1001001 110111 1000110 10000

Color Harmonies of #45400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45400C

Black with #45400C

Text Example


Text Example

White with #45400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45400C; }

 p { color: rgb(69,64,12); }

 H1.HeaderClassName
 {
   color: #45400C;
 }
 .AnyTagClassName
 {
   color: #45400C;
 }
</style>

background-color css

<style>
 a { background-color: #45400C; }

 a { background-color: rgb(69,64,12); }

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

border-color css

<style>
 span { border-color: #45400C; }

 span { border-color: rgb(69,64,12); }

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