Html Css Color HEX #453F05 Madras

📋 copy color: '#453F05'

red 69 ◦ green 63 ◦ blue 5

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

Shades of Madras #453F05

Tints of Madras #453F05

RGB

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

 GREEN value IS 63 (25% from 255) = 45.99%

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

R = 50.36%
G = 45.99%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#453F05 (or 0x453F05) is known color: Madras. HEX triplet: 45, 3F and 05. RGB value is (69,63,5). Sum of RGB (Red+Green+Blue) = 69+63+5=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #453F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453F05 is #BAC0FA. Grayscale: #3A3A3A. Windows color (decimal): -12239099 or 343877. OLE color: 343877.

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

Color convert

RGB 69 63 5 -
CMYK 0 0.09 0.93 0.73
HSL 54.38º 0.86% 0.15% -
HSV(B) 54.38º 0.93% 0.27% -
XYZ 4.26 4.83 0.85 -
YUV 58.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 69 63 5 0 0.09 0.93 0.73 54.38 0.86 0.15
Hex 45 3F 5 0 9 5D 49 36 56 F
Octal 105 77 5 0 11 135 111 66 126 17
Binary 1000101 111111 101 0 1001 1011101 1001001 110110 1010110 1111

Color Harmonies of #453F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453F05

Black with #453F05

Text Example


Text Example

White with #453F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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