Html Css Color HEX #453805 Madras

📋 copy color: '#453805'

red 69 ◦ green 56 ◦ blue 5

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

Shades of Madras #453805

Tints of Madras #453805

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.08%

 BLUE value IS 5 (2.34% from 255) = 3.85%

R = 53.08%
G = 43.08%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#453805 (or 0x453805) is known color: Madras. HEX triplet: 45, 38 and 05. RGB value is (69,56,5). Sum of RGB (Red+Green+Blue) = 69+56+5=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #453805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453805 is #BAC7FA. Grayscale: #363636. Windows color (decimal): -12240891 or 342085. OLE color: 342085.

HSL color Cylindrical-coordinate representation of color #453805: hue angle of 47.81º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #453805 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 56 5 -
CMYK 0 0.19 0.93 0.73
HSL 47.81º 0.86% 0.15% -
HSV(B) 47.81º 0.93% 0.27% -
XYZ 3.9 4.1 0.73 -
YUV 54.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 69 56 5 0 0.19 0.93 0.73 47.81 0.86 0.15
Hex 45 38 5 0 13 5D 49 30 56 F
Octal 105 70 5 0 23 135 111 60 126 17
Binary 1000101 111000 101 0 10011 1011101 1001001 110000 1010110 1111

Color Harmonies of #453805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453805

Black with #453805

Text Example


Text Example

White with #453805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453805; }

 p { color: rgb(69,56,5); }

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

background-color css

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

 a { background-color: rgb(69,56,5); }

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

border-color css

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

 span { border-color: rgb(69,56,5); }

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