Html Css Color HEX #453D05 Madras

📋 copy color: '#453D05'

red 69 ◦ green 61 ◦ blue 5

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

Shades of Madras #453D05

Tints of Madras #453D05

RGB

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

 GREEN value IS 61 (24.22% from 255) = 45.19%

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

R = 51.11%
G = 45.19%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#453D05 (or 0x453D05) is known color: Madras. HEX triplet: 45, 3D and 05. RGB value is (69,61,5). Sum of RGB (Red+Green+Blue) = 69+61+5=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #453D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D05 is #BAC2FA. Grayscale: #393939. Windows color (decimal): -12239611 or 343365. OLE color: 343365.

HSL color Cylindrical-coordinate representation of color #453D05: hue angle of 52.5º 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 #453D05 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 61 5 -
CMYK 0 0.12 0.93 0.73
HSL 52.5º 0.86% 0.15% -
HSV(B) 52.5º 0.93% 0.27% -
XYZ 4.15 4.61 0.82 -
YUV 57.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 69 61 5 0 0.12 0.93 0.73 52.5 0.86 0.15
Hex 45 3D 5 0 C 5D 49 34 56 F
Octal 105 75 5 0 14 135 111 64 126 17
Binary 1000101 111101 101 0 1100 1011101 1001001 110100 1010110 1111

Color Harmonies of #453D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D05

Black with #453D05

Text Example


Text Example

White with #453D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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