Html Css Color HEX #453C01 Madras

📋 copy color: '#453C01'

red 69 ◦ green 60 ◦ blue 1

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

Shades of Madras #453C01

Tints of Madras #453C01

RGB

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

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

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

R = 53.08%
G = 46.15%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#453C01 (or 0x453C01) is known color: Madras. HEX triplet: 45, 3C and 01. RGB value is (69,60,1). Sum of RGB (Red+Green+Blue) = 69+60+1=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #453C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C01 is #BAC3FE. Grayscale: #383838. Windows color (decimal): -12239871 or 80965. OLE color: 80965.

HSL color Cylindrical-coordinate representation of color #453C01: hue angle of 52.06º 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 #453C01 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 60 1 -
CMYK 0 0.13 0.99 0.73
HSL 52.06º 0.97% 0.14% -
HSV(B) 52.06º 0.99% 0.27% -
XYZ 4.08 4.5 0.68 -
YUV 55.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 69 60 1 0 0.13 0.99 0.73 52.06 0.97 0.14
Hex 45 3C 1 0 D 63 49 34 61 E
Octal 105 74 1 0 15 143 111 64 141 16
Binary 1000101 111100 1 0 1101 1100011 1001001 110100 1100001 1110

Color Harmonies of #453C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453C01

Black with #453C01

Text Example


Text Example

White with #453C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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