Html Css Color HEX #453C1C Madras

📋 copy color: '#453C1C'

red 69 ◦ green 60 ◦ blue 28

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

Shades of Madras #453C1C

Tints of Madras #453C1C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.22%

 BLUE value IS 28 (11.33% from 255) = 17.83%

R = 43.95%
G = 38.22%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#453C1C (or 0x453C1C) is known color: Madras. HEX triplet: 45, 3C and 1C. RGB value is (69,60,28). Sum of RGB (Red+Green+Blue) = 69+60+28=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #453C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C1C is #BAC3E3. Grayscale: #3B3B3B. Windows color (decimal): -12239844 or 1850437. OLE color: 1850437.

HSL color Cylindrical-coordinate representation of color #453C1C: hue angle of 46.83º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #453C1C is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 60 28 -
CMYK 0 0.13 0.59 0.73
HSL 46.83º 0.42% 0.19% -
HSV(B) 46.83º 0.59% 0.27% -
XYZ 4.28 4.58 1.76 -
YUV 59.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 69 60 28 0 0.13 0.59 0.73 46.83 0.42 0.19
Hex 45 3C 1C 0 D 3B 49 2F 2A 13
Octal 105 74 34 0 15 73 111 57 52 23
Binary 1000101 111100 11100 0 1101 111011 1001001 101111 101010 10011

Color Harmonies of #453C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453C1C

Black with #453C1C

Text Example


Text Example

White with #453C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,60,28); }

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

background-color css

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

 a { background-color: rgb(69,60,28); }

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

border-color css

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

 span { border-color: rgb(69,60,28); }

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