Html Css Color HEX #453500 Madras

📋 copy color: '#453500'

red 69 ◦ green 53 ◦ blue 0

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

Shades of Madras #453500

Tints of Madras #453500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 43.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.56%
G = 43.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#453500 (or 0x453500) is known color: Madras. HEX triplet: 45, 35 and 00. RGB value is (69,53,0). Sum of RGB (Red+Green+Blue) = 69+53+0=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #453500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453500 is #BACAFF. Grayscale: #333333. Windows color (decimal): -12241664 or 13637. OLE color: 13637.

HSL color Cylindrical-coordinate representation of color #453500: hue angle of 46.09º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #453500 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 53 0 -
CMYK 0 0.23 1 0.73
HSL 46.09º 1% 0.14% -
HSV(B) 46.09º 1% 0.27% -
XYZ 3.73 3.81 0.54 -
YUV 51.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 69 53 0 0 0.23 1 0.73 46.09 1 0.14
Hex 45 35 0 0 17 64 49 2E 64 E
Octal 105 65 0 0 27 144 111 56 144 16
Binary 1000101 110101 0 0 10111 1100100 1001001 101110 1100100 1110

Color Harmonies of #453500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453500

Black with #453500

Text Example


Text Example

White with #453500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453500; }

 p { color: rgb(69,53,0); }

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

background-color css

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

 a { background-color: rgb(69,53,0); }

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

border-color css

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

 span { border-color: rgb(69,53,0); }

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