Html Css Color HEX #454110 Madras

📋 copy color: '#454110'

red 69 ◦ green 65 ◦ blue 16

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

Shades of Madras #454110

Tints of Madras #454110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.67%

R = 46%
G = 43.33%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#454110 (or 0x454110) is known color: Madras. HEX triplet: 45, 41 and 10. RGB value is (69,65,16). Sum of RGB (Red+Green+Blue) = 69+65+16=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #454110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454110 is #BABEEF. Grayscale: #3C3C3C. Windows color (decimal): -12238576 or 1065285. OLE color: 1065285.

HSL color Cylindrical-coordinate representation of color #454110: hue angle of 55.47º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #454110 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 65 16 -
CMYK 0 0.06 0.77 0.73
HSL 55.47º 0.62% 0.17% -
HSV(B) 55.47º 0.77% 0.27% -
XYZ 4.44 5.08 1.24 -
YUV 60.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 69 65 16 0 0.06 0.77 0.73 55.47 0.62 0.17
Hex 45 41 10 0 6 4D 49 37 3E 11
Octal 105 101 20 0 6 115 111 67 76 21
Binary 1000101 1000001 10000 0 110 1001101 1001001 110111 111110 10001

Color Harmonies of #454110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454110

Black with #454110

Text Example


Text Example

White with #454110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454110; }

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

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

background-color css

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

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

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

border-color css

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

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

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