Html Css Color HEX #45410F Madras

📋 copy color: '#45410F'

red 69 ◦ green 65 ◦ blue 15

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

Shades of Madras #45410F

Tints of Madras #45410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.62%

 BLUE value IS 15 (6.25% from 255) = 10.07%

R = 46.31%
G = 43.62%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#45410F (or 0x45410F) is known color: Madras. HEX triplet: 45, 41 and 0F. RGB value is (69,65,15). Sum of RGB (Red+Green+Blue) = 69+65+15=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #45410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45410F is #BABEF0. Grayscale: #3C3C3C. Windows color (decimal): -12238577 or 999749. OLE color: 999749.

HSL color Cylindrical-coordinate representation of color #45410F: hue angle of 55.56º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45410F is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 65 15 -
CMYK 0 0.06 0.78 0.73
HSL 55.56º 0.64% 0.16% -
HSV(B) 55.56º 0.78% 0.27% -
XYZ 4.43 5.08 1.2 -
YUV 60.5 102.33 134.07 -
System Red Green Blue C M Y K H S L
Decimal 69 65 15 0 0.06 0.78 0.73 55.56 0.64 0.16
Hex 45 41 F 0 6 4E 49 38 40 10
Octal 105 101 17 0 6 116 111 70 100 20
Binary 1000101 1000001 1111 0 110 1001110 1001001 111000 1000000 10000

Color Harmonies of #45410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45410F

Black with #45410F

Text Example


Text Example

White with #45410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45410F; }

 p { color: rgb(69,65,15); }

 H1.HeaderClassName
 {
   color: #45410F;
 }
 .AnyTagClassName
 {
   color: #45410F;
 }
</style>

background-color css

<style>
 a { background-color: #45410F; }

 a { background-color: rgb(69,65,15); }

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

border-color css

<style>
 span { border-color: #45410F; }

 span { border-color: rgb(69,65,15); }

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