Html Css Color HEX #453800 Madras

📋 copy color: '#453800'

red 69 ◦ green 56 ◦ blue 0

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

Shades of Madras #453800

Tints of Madras #453800

RGB

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

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

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

R = 55.2%
G = 44.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#453800 (or 0x453800) is known color: Madras. HEX triplet: 45, 38 and 00. RGB value is (69,56,0). Sum of RGB (Red+Green+Blue) = 69+56+0=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #453800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453800 is #BAC7FF. Grayscale: #353535. Windows color (decimal): -12240896 or 14405. OLE color: 14405.

HSL color Cylindrical-coordinate representation of color #453800: hue angle of 48.7º 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 #453800 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 56 0 -
CMYK 0 0.19 1 0.73
HSL 48.7º 1% 0.14% -
HSV(B) 48.7º 1% 0.27% -
XYZ 3.87 4.09 0.59 -
YUV 53.5 97.81 139.05 -
System Red Green Blue C M Y K H S L
Decimal 69 56 0 0 0.19 1 0.73 48.7 1 0.14
Hex 45 38 0 0 13 64 49 31 64 E
Octal 105 70 0 0 23 144 111 61 144 16
Binary 1000101 111000 0 0 10011 1100100 1001001 110001 1100100 1110

Color Harmonies of #453800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453800

Black with #453800

Text Example


Text Example

White with #453800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453800; }

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

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

background-color css

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

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

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

border-color css

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

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

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