Html Css Color HEX #453B18 Madras

📋 copy color: '#453B18'

red 69 ◦ green 59 ◦ blue 24

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

Shades of Madras #453B18

Tints of Madras #453B18

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.82%

 BLUE value IS 24 (9.77% from 255) = 15.79%

R = 45.39%
G = 38.82%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#453B18 (or 0x453B18) is known color: Madras. HEX triplet: 45, 3B and 18. RGB value is (69,59,24). Sum of RGB (Red+Green+Blue) = 69+59+24=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #453B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453B18 is #BAC4E7. Grayscale: #3A3A3A. Windows color (decimal): -12240104 or 1588037. OLE color: 1588037.

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

Color convert

RGB 69 59 24 -
CMYK 0 0.14 0.65 0.73
HSL 46.67º 0.48% 0.18% -
HSV(B) 46.67º 0.65% 0.27% -
XYZ 4.18 4.46 1.5 -
YUV 58 108.81 135.85 -
System Red Green Blue C M Y K H S L
Decimal 69 59 24 0 0.14 0.65 0.73 46.67 0.48 0.18
Hex 45 3B 18 0 E 41 49 2F 30 12
Octal 105 73 30 0 16 101 111 57 60 22
Binary 1000101 111011 11000 0 1110 1000001 1001001 101111 110000 10010

Color Harmonies of #453B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B18

Black with #453B18

Text Example


Text Example

White with #453B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,59,24); }

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

background-color css

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

 a { background-color: rgb(69,59,24); }

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

border-color css

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

 span { border-color: rgb(69,59,24); }

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