Html Css Color HEX #453601 Madras

📋 copy color: '#453601'

red 69 ◦ green 54 ◦ blue 1

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

Shades of Madras #453601

Tints of Madras #453601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.55%

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 55.65%
G = 43.55%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#453601 (or 0x453601) is known color: Madras. HEX triplet: 45, 36 and 01. RGB value is (69,54,1). Sum of RGB (Red+Green+Blue) = 69+54+1=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #453601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453601 is #BAC9FE. Grayscale: #343434. Windows color (decimal): -12241407 or 79429. OLE color: 79429.

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

Color convert

RGB 69 54 1 -
CMYK 0 0.22 0.99 0.73
HSL 46.76º 0.97% 0.14% -
HSV(B) 46.76º 0.99% 0.27% -
XYZ 3.78 3.91 0.58 -
YUV 52.44 98.97 139.81 -
System Red Green Blue C M Y K H S L
Decimal 69 54 1 0 0.22 0.99 0.73 46.76 0.97 0.14
Hex 45 36 1 0 16 63 49 2F 61 E
Octal 105 66 1 0 26 143 111 57 141 16
Binary 1000101 110110 1 0 10110 1100011 1001001 101111 1100001 1110

Color Harmonies of #453601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453601

Black with #453601

Text Example


Text Example

White with #453601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453601; }

 p { color: rgb(69,54,1); }

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

background-color css

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

 a { background-color: rgb(69,54,1); }

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

border-color css

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

 span { border-color: rgb(69,54,1); }

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