Html Css Color HEX #45420B Madras

📋 copy color: '#45420B'

red 69 ◦ green 66 ◦ blue 11

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

Shades of Madras #45420B

Tints of Madras #45420B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.53%

R = 47.26%
G = 45.21%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#45420B (or 0x45420B) is known color: Madras. HEX triplet: 45, 42 and 0B. RGB value is (69,66,11). Sum of RGB (Red+Green+Blue) = 69+66+11=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #45420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45420B is #BABDF4. Grayscale: #3C3C3C. Windows color (decimal): -12238325 or 737861. OLE color: 737861.

HSL color Cylindrical-coordinate representation of color #45420B: hue angle of 56.9º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45420B is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 66 11 -
CMYK 0 0.04 0.84 0.73
HSL 56.9º 0.73% 0.16% -
HSV(B) 56.9º 0.84% 0.27% -
XYZ 4.46 5.19 1.08 -
YUV 60.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 69 66 11 0 0.04 0.84 0.73 56.9 0.73 0.16
Hex 45 42 B 0 4 54 49 39 48 10
Octal 105 102 13 0 4 124 111 71 110 20
Binary 1000101 1000010 1011 0 100 1010100 1001001 111001 1001000 10000

Color Harmonies of #45420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45420B

Black with #45420B

Text Example


Text Example

White with #45420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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