Html Css Color HEX #453C00 Madras

📋 copy color: '#453C00'

red 69 ◦ green 60 ◦ blue 0

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

Shades of Madras #453C00

Tints of Madras #453C00

RGB

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

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

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

R = 53.49%
G = 46.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#453C00 (or 0x453C00) is known color: Madras. HEX triplet: 45, 3C and 00. RGB value is (69,60,0). Sum of RGB (Red+Green+Blue) = 69+60+0=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #453C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C00 is #BAC3FF. Grayscale: #383838. Windows color (decimal): -12239872 or 15429. OLE color: 15429.

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

Color convert

RGB 69 60 0 -
CMYK 0 0.13 1 0.73
HSL 52.17º 1% 0.14% -
HSV(B) 52.17º 1% 0.27% -
XYZ 4.07 4.5 0.65 -
YUV 55.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 69 60 0 0 0.13 1 0.73 52.17 1 0.14
Hex 45 3C 0 0 D 64 49 34 64 E
Octal 105 74 0 0 15 144 111 64 144 16
Binary 1000101 111100 0 0 1101 1100100 1001001 110100 1100100 1110

Color Harmonies of #453C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453C00

Black with #453C00

Text Example


Text Example

White with #453C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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