Html Css Color HEX #454116 Madras

📋 copy color: '#454116'

red 69 ◦ green 65 ◦ blue 22

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

Shades of Madras #454116

Tints of Madras #454116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.1%

R = 44.23%
G = 41.67%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#454116 (or 0x454116) is known color: Madras. HEX triplet: 45, 41 and 16. RGB value is (69,65,22). Sum of RGB (Red+Green+Blue) = 69+65+22=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #454116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454116 is #BABEE9. Grayscale: #3D3D3D. Windows color (decimal): -12238570 or 1458501. OLE color: 1458501.

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

Color convert

RGB 69 65 22 -
CMYK 0 0.06 0.68 0.73
HSL 54.89º 0.52% 0.18% -
HSV(B) 54.89º 0.68% 0.27% -
XYZ 4.49 5.1 1.51 -
YUV 61.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 69 65 22 0 0.06 0.68 0.73 54.89 0.52 0.18
Hex 45 41 16 0 6 44 49 37 34 12
Octal 105 101 26 0 6 104 111 67 64 22
Binary 1000101 1000001 10110 0 110 1000100 1001001 110111 110100 10010

Color Harmonies of #454116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454116

Black with #454116

Text Example


Text Example

White with #454116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454116; }

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

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

background-color css

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

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

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

border-color css

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

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

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